X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=6502.c;h=4f259f9338371197e618cf3f4c0b4343fd5431be;hp=f7078b8e5a9bb3f90bb43fcb8139b31ea8a0c4e4;hb=ff8188b7e279f99cf11ac8a283c4146af324d26f;hpb=ada93ab0c3763d4a4ab607cbc73c24d74bc94ff4 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