Quick build fix

This commit is contained in:
dingusdev 2020-01-29 21:13:36 -07:00
parent 3dead1f65c
commit df4a963558

View File

@ -133,6 +133,7 @@ SUPERVISOR MODEL
**/
extern uint32_t opcode_value; //used for interpreting opcodes
extern uint64_t timebase_counter; //used for storing time base value
//Additional steps to prevent overflow?
extern int32_t add_result;