mirror of
https://github.com/golang/go
synced 2024-11-20 10:44:41 -07:00
cmd/5l: fix PLD
Was missing break. R=ken2 CC=golang-dev https://golang.org/cl/6250078
This commit is contained in:
parent
f2bd3a977d
commit
6a5660f160
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user