X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=6502.c;h=4f259f9338371197e618cf3f4c0b4343fd5431be;hp=24000c20f50b01bba97e3e0434e4276f8276b17f;hb=582df8950c285e1746d0c4a9e3ead6545c962dc8;hpb=03dd34951a331e0b8971195ccef1600fffaea2e6 diff --git a/6502.c b/6502.c index 24000c2..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; - VALUE 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