From a11980fe90fe62588fdf8103d9ef418283b3fd27 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Sat, 5 Aug 2023 05:32:54 +1000 Subject: major refactor; doesn't compile (see ToDo) --- src/cpu/table.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/cpu/table.h') diff --git a/src/cpu/table.h b/src/cpu/table.h index ded8d63..e54776d 100644 --- a/src/cpu/table.h +++ b/src/cpu/table.h @@ -3,8 +3,9 @@ #ifndef TABLE_H #define TABLE_H -#include"cstdint" -#include"string" +#include"stdint.h" +#include"stdlib.h" +#include"string.h" #include"addressing.h" void* InstructionTable; @@ -25,6 +26,4 @@ void setInstructionTable(int i, uintptr_t p, Addressing r); void initInstructionTable(); // Initializes entirety of the instruction table in memory. - - #endif \ No newline at end of file -- cgit v1.2.3