diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-07 02:19:48 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-07 02:19:48 +1100 |
commit | 98dd41e2ce7dedb81ab91342eed29da017006ea4 (patch) | |
tree | de5efd1f899815dcad218accda405873687cbaf1 /src/cpu/table.h | |
parent | 5bb10fc4121a8c8434dcd367f2e611599a11e12e (diff) |
about to rip apart my code, so saving progress
Diffstat (limited to 'src/cpu/table.h')
-rw-r--r-- | src/cpu/table.h | 4 |
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(); |