diff options
Diffstat (limited to 'src/cpu/table.h')
-rw-r--r-- | src/cpu/table.h | 7 |
1 files changed, 3 insertions, 4 deletions
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 |