]> Shamusworld >> Repos - rmac/commitdiff
Properly advance past register bank specifier
authorJames Jones <atari@theinnocuous.com>
Sun, 12 Apr 2020 05:25:48 +0000 (22:25 -0700)
committerShamus Hammons <jlhamm@acm.org>
Fri, 8 May 2020 15:21:47 +0000 (10:21 -0500)
Register banks, like all constants, are stored
in the token stream as uint64_t values.  Hence,
to advance the stream, the 32-bit tok pointer
must be advanced twice after parsing a register
bank.


No differences found