mirror of
https://github.com/frida/tinycc
synced 2025-01-01 17:44:26 +03:00
Fix silly typos in the previous change.
This commit is contained in:
parent
9fe28b610e
commit
2e9b57b6d0
4
tcc.c
4
tcc.c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user