X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.c;h=8cdcc6af2501cd5e8b1886cbe76e3813a63a46d9;hp=be57b7d7f366f53db548a34a7b16bf4d450711d5;hb=ace0b549a94110b69ec61442f825fb421b79799a;hpb=3492e185b1dc066efaceb0c3f214467d5ab1e2c8 diff --git a/procln.c b/procln.c index be57b7d..8cdcc6a 100644 --- a/procln.c +++ b/procln.c @@ -486,6 +486,11 @@ When checking to see if it's already been equated, issue a warning. registerbank = BANK_0; else if (*(uint64_t *)tok == 1) registerbank = BANK_1; + + // Advance half-way through the 64-bit const. + // The code below, expecting a regular token, + // will advance past the second half. + tok++; } #ifdef DEBODGE_REGBANK