• 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
y.tab.h 4.26 KB