aboutsummaryrefslogtreecommitdiffstats
path: root/moth
diff options
context:
space:
mode:
Diffstat (limited to 'moth')
-rw-r--r--moth/qv4vme_moth.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/moth/qv4vme_moth.cpp b/moth/qv4vme_moth.cpp
index 080d3953bc..48a02f6032 100644
--- a/moth/qv4vme_moth.cpp
+++ b/moth/qv4vme_moth.cpp
@@ -360,8 +360,7 @@ void **VME::instructionJumpTable()
VM::Value VME::exec(VM::ExecutionContext *ctxt, const uchar *code)
{
VME vme;
- vme(ctxt, code);
- return VM::Value::undefinedValue();
+ return vme(ctxt, code);
}
void VME::restoreState(VM::ExecutionContext *context, int &targetTempIndex, const uchar *&code)