diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-01 00:47:05 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-01 00:47:05 +1100 |
commit | 580a7040ba53367c15ca682d4ea90c31fdcca45f (patch) | |
tree | 58ccb3ddb419884f6f9da790b0173a62eb4dd22f /src/cpu/table.c | |
parent | 40447eccd6db43d636ccc518ae7792b7b43834b5 (diff) |
large progress approaching functionality
Diffstat (limited to 'src/cpu/table.c')
-rw-r--r-- | src/cpu/table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/table.c b/src/cpu/table.c index 27ec8f2..ca14c1c 100644 --- a/src/cpu/table.c +++ b/src/cpu/table.c @@ -35,6 +35,7 @@ void CallInstructionTable(int i, address val){ // Perform function func(*r, val); + PC += idata.length; } void SetInstructionTable(int i, uintptr_t p, Addressing r){ |