X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=6502.c;h=4f259f9338371197e618cf3f4c0b4343fd5431be;hp=f7078b8e5a9bb3f90bb43fcb8139b31ea8a0c4e4;hb=582df8950c285e1746d0c4a9e3ead6545c962dc8;hpb=cfd001aea60f54e49d9beae0f941c513f45c202b diff --git a/6502.c b/6502.c index f7078b8..4f259f9 100644 --- a/6502.c +++ b/6502.c @@ -247,7 +247,7 @@ void m6502cg(int op) { register int amode; // (Parsed) addressing mode register int i; - uint32_t eval; // Expression value + uint64_t eval; // Expression value WORD eattr; // Expression attributes int zpreq; // 1, optimize instr to zero-page form register char * p; // (Temp) string usage