diff options
| author | Shinichiro Hamaji <shinichiro.hamaji _at_ gmail.com> | 2009-04-14 01:30:39 +0900 |
|---|---|---|
| committer | grischka <grischka> | 2009-04-18 15:08:01 +0200 |
| commit | 2e9b57b6d066bf81c166b414bd6b647f0b49df1b (patch) | |
| tree | 1611afef41aa5694975725aa441b4ab66bf89698 /tcc.c | |
| parent | 9fe28b610ebe6f60a0840c3b6620a3418d703830 (diff) | |
| download | tinycc-2e9b57b6d066bf81c166b414bd6b647f0b49df1b.tar.gz tinycc-2e9b57b6d066bf81c166b414bd6b647f0b49df1b.tar.bz2 | |
Fix silly typos in the previous change.
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5185,7 +5185,7 @@ int rc_fret(int t) { #ifdef TCC_TARGET_X86_64 if (t == VT_LDOUBLE) { - return TREG_ST0; + return RC_ST0; } #endif return RC_FRET; @@ -5200,7 +5200,7 @@ int reg_fret(int t) } #endif return REG_FRET; - } +} /* expand long long on stack in two int registers */ void lexpand(void) |
