]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/5l: fix PLD
authorRuss Cox <rsc@golang.org>
Wed, 30 May 2012 21:01:25 +0000 (17:01 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 30 May 2012 21:01:25 +0000 (17:01 -0400)
Was missing break.

R=ken2
CC=golang-dev
https://golang.org/cl/6250078

src/cmd/5l/asm.c

index 22695b07165cfe2dc799a4d3300d6962f064c106..6d9d0b3f210244cb33b2c5b0dafe9dbef1625347 100644 (file)
@@ -1791,6 +1791,7 @@ if(debug['G']) print("%ux: %s: arm %d\n", (uint32)(p->pc), p->from.sym->name, p-
                        o1 |= (-p->from.offset) & 0xfff;
                } else
                        o1 |= p->from.offset & 0xfff;
+               break;
        case 96:        /* UNDEF */
                // This is supposed to be something that stops execution.
                // It's not supposed to be reached, ever, but if it is, we'd