mirror of
https://github.com/TinyCC/tinycc.git
synced 2026-02-07 06:12:36 +00:00
added arg to save_regs()
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user