From 98dd41e2ce7dedb81ab91342eed29da017006ea4 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Thu, 7 Dec 2023 02:19:48 +1100 Subject: about to rip apart my code, so saving progress --- src/cpu/table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/table.h') diff --git a/src/cpu/table.h b/src/cpu/table.h index 18cac90..7406c9c 100644 --- a/src/cpu/table.h +++ b/src/cpu/table.h @@ -14,10 +14,10 @@ uintptr_t* GetInstructionTableFunction(int i); Addressing* GetInstructionTableAddressing(int i); -void CallInstructionTable(int i, address val); +void CallInstructionTable(); // Sets an individual portion of an instruction set void SetInstructionTable(int i, uintptr_t p, Addressing r); // Initializes instruction table in memory. -void InitInstructionTable(); \ No newline at end of file +void InitInstructionTable(); -- cgit v1.2.3