]> Shamusworld >> Repos - rmac/blobdiff - riscasm.c
Update to the name (don't ask), and copyright dates. Now at v2.1.0.
[rmac] / riscasm.c
index 9ecc61da0b547fa7509b2718d707b26785cac778..4d62e97d7a0a11bfed64b1847a87cee659931623 100644 (file)
--- a/riscasm.c
+++ b/riscasm.c
@@ -1,7 +1,7 @@
 //
-// RMAC - Reboot's Macro Assembler for all Atari computers
+// RMAC - Renamed Macro Assembler for all Atari computers
 // RISCA.C - GPU/DSP Assembler
-// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
@@ -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