summaryrefslogtreecommitdiff
path: root/src/cpu/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/table.h')
-rw-r--r--src/cpu/table.h4
1 files changed, 2 insertions, 2 deletions
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();