1
0
mirror of https://github.com/golang/go synced 2024-10-03 00:21:22 -06:00

cmd/internal/obj/x86: remove NOP that crept into framepointer fix

Followup to CL 7728.

Change-Id: Ibb0fed7816aab459a94720b139a7737fad65bea2
Reviewed-on: https://go-review.googlesource.com/8425
Reviewed-by: Austin Clements <austin@google.com>
This commit is contained in:
Russ Cox 2015-04-02 16:20:30 -04:00
parent 13f749486d
commit 90c0fefe51

View File

@ -2911,7 +2911,6 @@ var bpduff1 = []byte{
}
var bpduff2 = []byte{
0x90,
0x48, 0x8b, 0x6d, 0x00, // MOVQ 0(BP), BP
}