Skip to content

x/arch/arm/armasm: plan9 register list argument print incorrectly #19142

Closed
@williamweixiao

Description

@williamweixiao

What version of Go are you using (go version)?

golang.org/x/arch/arm

What operating system and processor architecture are you using (go env)?

Ubuntu 16.04.1 LTS and ARM64

What did you do?

Disassemble following instruction
ed003be9

What did you expect to see?

LDMDB [R0,R2-R3,R5-R7], R11!

What did you see instead?

LDMDB [R5-R7], R11!

Activity

gopherbot

gopherbot commented on Feb 17, 2017

@gopherbot
Contributor

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

williamweixiao

williamweixiao commented on Feb 21, 2017

@williamweixiao
MemberAuthor

@rsc any comments?

added this to the Go1.9 milestone on Mar 21, 2017
gopherbot

gopherbot commented on Jul 27, 2017

@gopherbot
Contributor

Change https://golang.org/cl/49530 mentions this issue: cmd/vendor/golang.org/x/arch: pull updates from x repo

locked and limited conversation to collaborators on Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bradfitz@gopherbot@williamweixiao

        Issue actions

          x/arch/arm/armasm: plan9 register list argument print incorrectly · Issue #19142 · golang/go