aboutsummaryrefslogtreecommitdiff
path: root/src/parseh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parseh.cpp')
-rw-r--r--src/parseh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parseh.cpp b/src/parseh.cpp
index 8780e0424d..f7248a8089 100644
--- a/src/parseh.cpp
+++ b/src/parseh.cpp
@@ -275,7 +275,7 @@ static TypeTableEntry *resolve_type_with_table(Context *c, const Type *ty, const
case BuiltinType::Double:
return c->codegen->builtin_types.entry_f64;
case BuiltinType::LongDouble:
- return c->codegen->builtin_types.entry_c_long_double;
+ return c->codegen->builtin_types.entry_c_longdouble;
case BuiltinType::WChar_U:
case BuiltinType::Char16:
case BuiltinType::Char32: