• Russ Cox's avatar
    cmd/9a: fix GLOBL instruction · a293c7e6
    Russ Cox authored
    Because it was lumped in with the TEXT instruction,
    the high 32 bits of the 64-bit constant holding the size
    were always set to 0x80000000 (ArgsSizeUnknown).
    This only worked because cmd/9l was reading the 64-bit
    value into an int32.
    
    While we're here, fix 5a.
    It wasn't as much of a problem there because
    the two values were being stored in two different fields.
    But it was still wrong.
    
    Change-Id: I69a2214c7be939530d499e29cfdc3b26720ac05a
    Reviewed-on: https://go-review.googlesource.com/3570Reviewed-by: 's avatarAustin Clements <austin@google.com>
    a293c7e6
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...