Commit 7ed429d9 authored by Rob Pike's avatar Rob Pike

[dev.cc] cmd/asm: fix build

Representation in printout of MRC instruction differs between
32- and 64-bit machines. It's just a hex dump. Fix this one day,
but for now just comment out the instruction.

Change-Id: I4709390659e2e0f2d18ff6f8e762f97cdbfb4c16
Reviewed-on: https://go-review.googlesource.com/5424Reviewed-by: 's avatarRob Pike <r@golang.org>
parent 634049db
......@@ -225,7 +225,9 @@ TEXT foo(SB), 0, $0
// (1<<4)); /* must be set */
// outcode(AMRC, Always, &nullgen, 0, &g);
// }
MRC.S 4, 6, R1, C2, C3, 7
// TODO: Representation in printout differs between 32- and 64-bit machines.
// Fix the output in obj/arm and restore this.
// MRC.S 4, 6, R1, C2, C3, 7
//
// MULL r1,r2,(hi,lo)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment