Skip to content

Commit

Permalink
s390x: add s390x disassembler support for the plan9
Browse files Browse the repository at this point in the history
Change-Id: I0eb9a10535175bb70dbab5737c4e02e68fd44c94
Reviewed-on: https://go-review.googlesource.com/c/arch/+/620475
Reviewed-by: Cherry Mui <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
Reviewed-by: Vishwanatha HD <[email protected]>
  • Loading branch information
srinivas-pokala authored and cherrymui committed Oct 28, 2024
1 parent 76fb3b0 commit 153a480
Show file tree
Hide file tree
Showing 3 changed files with 1,446 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s390x/s390xasm/decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ func decode(data []byte, t *testing.T, filename string) {
switch syntax {
case "gnu":
out = GNUSyntax(inst, pc)
case "plan9":
out = GoSyntax(inst, pc, nil)
default:
t.Errorf("unknown syntax %q", syntax)
continue
Expand Down
Loading

0 comments on commit 153a480

Please sign in to comment.