X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=riscasm.c;h=3092e6e7017d4c0e0a5145baf33d3ffd2d09663a;hp=9ecc61da0b547fa7509b2718d707b26785cac778;hb=9518721db3412b7b174eb62a7955d7e80322074b;hpb=8f287ee72236774216a11a3062f9a26dc8dc66b6 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