summaryrefslogtreecommitdiff
path: root/hieroglyph/operator.c
diff options
context:
space:
mode:
Diffstat (limited to 'hieroglyph/operator.c')
-rw-r--r--hieroglyph/operator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hieroglyph/operator.c b/hieroglyph/operator.c
index f1aa6db..214096b 100644
--- a/hieroglyph/operator.c
+++ b/hieroglyph/operator.c
@@ -793,7 +793,7 @@ G_STMT_START
while (1) {
if (depth < 5) {
- _hg_operator_set_error(vm, op, VM_e_VMerror);
+ _hg_operator_set_error(vm, op, VM_e_stackunderflow);
break;
}
nangle2 = hg_stack_index(ostack, 0);