diff options
| author | Russ Cox <rsc@golang.org> | 2015-04-02 16:20:30 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2015-04-03 16:13:30 +0000 |
| commit | 90c0fefe51b59f854f4eb7a8bc29348ae478b673 (patch) | |
| tree | 6e18b7882c12e7062a15e9546d4fed7a433f9c48 /src | |
| parent | 13f749486db9835cad42aeec0d58adc4b73fad24 (diff) | |
| download | go-90c0fefe51b59f854f4eb7a8bc29348ae478b673.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/internal/obj/x86/asm6.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/internal/obj/x86/asm6.go b/src/cmd/internal/obj/x86/asm6.go index 997e920b45..e0869722c6 100644 --- a/src/cmd/internal/obj/x86/asm6.go +++ b/src/cmd/internal/obj/x86/asm6.go @@ -2911,7 +2911,6 @@ var bpduff1 = []byte{ } var bpduff2 = []byte{ - 0x90, 0x48, 0x8b, 0x6d, 0x00, // MOVQ 0(BP), BP } |
