Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/objdump: bad disassembly #15922

Closed
randall77 opened this issue Jun 1, 2016 · 1 comment
Closed

cmd/objdump: bad disassembly #15922

randall77 opened this issue Jun 1, 2016 · 1 comment

Comments

@randall77
Copy link
Contributor

    fib.go:13       0x2162  c605b7e10a0002          MOVL $0x2, 0xae1b7(IP)                  

c6 is a MOVB, not MOVL. MOVL is c7.

@randall77 randall77 self-assigned this Jun 1, 2016
@ianlancetaylor ianlancetaylor added this to the Go1.7Maybe milestone Jun 1, 2016
@gopherbot
Copy link

CL https://golang.org/cl/23608 mentions this issue.

@golang golang locked and limited conversation to collaborators Jun 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants