X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=riscasm.c;h=3092e6e7017d4c0e0a5145baf33d3ffd2d09663a;hp=9ecc61da0b547fa7509b2718d707b26785cac778;hb=3a00205f107ec3c620e87c94ebb240abdf4f1787;hpb=c8c1bd3b363a4d796397fd4920a19fbcd98bab3a diff --git a/riscasm.c b/riscasm.c index 9ecc61d..3092e6e 100644 --- a/riscasm.c +++ b/riscasm.c @@ -230,7 +230,7 @@ int GenerateRISCCode(int state) uint64_t eval; // Expression value uint16_t eattr; // Expression attributes - SYM * esym; // External symbol involved in expr. + SYM * esym = NULL; // External symbol involved in expr. TOKEN r_expr[EXPRSIZE]; // Expression token list // Get opcode parameter and type