From d24ee5f20483aee9acbec9deb0dcc833d78cae49 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 27 Nov 2023 21:15:03 +1100 Subject: actually fixed build this time --- src/cpu/table.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/table.h') diff --git a/src/cpu/table.h b/src/cpu/table.h index e54776d..c8ecb00 100644 --- a/src/cpu/table.h +++ b/src/cpu/table.h @@ -8,9 +8,6 @@ #include"string.h" #include"addressing.h" -void* InstructionTable; - -void (*func)(Addressing, address); #define InstructionTableSize (256 * (sizeof(uintptr_t) + sizeof(Addressing))) -- cgit v1.2.3