aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386-gen.c b/i386-gen.c
index 43fb083..7d1eccf 100644
--- a/i386-gen.c
+++ b/i386-gen.c
@@ -829,7 +829,7 @@ void gen_bounded_ptr_add1(void)
/* save all temporary registers */
vtop--;
vtop->r = VT_CONST;
- save_regs();
+ save_regs(0);
}
/* if deref is true, then also test dereferencing */