diff options
| -rw-r--r-- | tccgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1025,8 +1025,8 @@ static int rc_fret(int t) if (t == VT_LDOUBLE) { return RC_ST0; } -#endif ex_rc = RC_QRET; +#endif return RC_FRET; } |
![]() |
index : tinycc | |
| Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | tccgen.c | 2 |
@@ -1025,8 +1025,8 @@ static int rc_fret(int t) if (t == VT_LDOUBLE) { return RC_ST0; } -#endif ex_rc = RC_QRET; +#endif return RC_FRET; } |