Further fix for bug #135 (added RISC error reporting).

This commit is contained in:
Shamus Hammons 2020-01-10 09:06:55 -06:00
parent 8f287ee722
commit 9518721db3
1 changed files with 1 additions and 1 deletions

View File

@ -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