diff options
| author | bellard <bellard> | 2002-05-13 23:00:39 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2002-05-13 23:00:39 +0000 |
| commit | 14fb0c49d897d2949bcccd773ee7ed78dda76b24 (patch) | |
| tree | fcfbf80efb7d74528747b7d8656f338244b553a9 /i386-gen.c | |
| parent | 8f64c13c40b8967b6579e8fb865ce828e53aab84 (diff) | |
| download | tinycc-14fb0c49d897d2949bcccd773ee7ed78dda76b24.tar.gz tinycc-14fb0c49d897d2949bcccd773ee7ed78dda76b24.tar.bz2 | |
added arg to save_regs()
Diffstat (limited to 'i386-gen.c')
| -rw-r--r-- | i386-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
