diff --git a/cpu/ppc/ppcemu.h b/cpu/ppc/ppcemu.h index ab7eb16..6e6a6c7 100644 --- a/cpu/ppc/ppcemu.h +++ b/cpu/ppc/ppcemu.h @@ -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;