From df4a9635587d6d39c1e4e02e9faae332505da80d Mon Sep 17 00:00:00 2001 From: dingusdev Date: Wed, 29 Jan 2020 21:13:36 -0700 Subject: [PATCH] Quick build fix --- cpu/ppc/ppcemu.h | 1 + 1 file changed, 1 insertion(+) 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;