diff options
Diffstat (limited to 'corewords.cpp')
-rw-r--r-- | corewords.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corewords.cpp b/corewords.cpp index 64708e9..2d98117 100644 --- a/corewords.cpp +++ b/corewords.cpp @@ -146,7 +146,7 @@ void CoreWords::run(unsigned int index, State& state) tick(getword()); break; case 24: // execute - state.execute(state.pop()); + run(state.pop(), state); break; case 25: // exit state.ip = state.popr(); |