]> Shamusworld >> Repos - rmac/blobdiff - riscasm.c
Further fix for bug #135 (added RISC error reporting).
[rmac] / riscasm.c
index 9ecc61da0b547fa7509b2718d707b26785cac778..3092e6e7017d4c0e0a5145baf33d3ffd2d09663a 100644 (file)
--- 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