]> Cypherpunks repositories - gostls13.git/commit
cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 on 386
authorHiroshi Ioka <hirochachacha@gmail.com>
Sun, 1 Oct 2017 23:17:15 +0000 (08:17 +0900)
committerKeith Randall <khr@golang.org>
Fri, 10 Nov 2017 20:11:20 +0000 (20:11 +0000)
commitdc3a4e4bca1eb0fed3304d22875ca26964091e82
treed84ec501f6841bdb3aa4835664deea4b6dfd7630
parent3af20c06fe206ff92a8111fe230deb0170dac33d
cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 on 386

Fixes #22093
Fixes #19988

Change-Id: Ibd8ec89e091fd527f363999e484676931d7aa6e2
Reviewed-on: https://go-review.googlesource.com/67450
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/objfile/disasm.go
src/cmd/objdump/objdump_test.go