summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rvcontroller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rvcontroller.lua b/rvcontroller.lua
index 37b09f5..fbab09d 100644
--- a/rvcontroller.lua
+++ b/rvcontroller.lua
@@ -2605,7 +2605,7 @@ local function runcinst(instruction)
return true
end
else
- trap(2)
+ return trap(2)
end
end