X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=6502.c;h=f7078b8e5a9bb3f90bb43fcb8139b31ea8a0c4e4;hp=24000c20f50b01bba97e3e0434e4276f8276b17f;hb=d1f5f1caccb26da6a3da7fc00b94b79000a55302;hpb=03dd34951a331e0b8971195ccef1600fffaea2e6 diff --git a/6502.c b/6502.c index 24000c2..f7078b8 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 + uint32_t eval; // Expression value WORD eattr; // Expression attributes int zpreq; // 1, optimize instr to zero-page form register char * p; // (Temp) string usage