added arg to save_regs()
This commit is contained in:
parent
8f64c13c40
commit
14fb0c49d8
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ void gen_bounded_ptr_add1(void)
|
||||||
/* save all temporary registers */
|
/* save all temporary registers */
|
||||||
vtop--;
|
vtop--;
|
||||||
vtop->r = VT_CONST;
|
vtop->r = VT_CONST;
|
||||||
save_regs();
|
save_regs(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if deref is true, then also test dereferencing */
|
/* if deref is true, then also test dereferencing */
|
||||||
|
|
Loading…
Add table
Reference in a new issue