diff options
| author | 2025-10-15 10:44:06 +0200 | |
|---|---|---|
| committer | 2025-10-15 10:44:06 +0200 | |
| commit | 66ffc2ae07941e00406493020579a0b695b535ee (patch) | |
| tree | 705422eed8562683fdaa15b32b0ba55f2c44c3a0 /ir.c | |
| parent | e9896f1db183fefc0392273c2579c3481510f624 (diff) | |
implement long double (as double synonym). wchar_t placeholder
Diffstat (limited to 'ir.c')
| -rw-r--r-- | ir.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ irinit(struct function *fn) } type2cls[TYFLOAT] = KF4; type2cls[TYDOUBLE] = KF8; + type2cls[TYLDOUBLE] = KF8; type2cls[TYPTR] = KPTR; type2cls[TYARRAY] = KPTR; cls2siz[KI4] = cls2siz[KF4] = 4; |