aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/rust/backend/rust-compile-tyty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-compile-tyty.h b/gcc/rust/backend/rust-compile-tyty.h
index e3c8a73..528f90e 100644
--- a/gcc/rust/backend/rust-compile-tyty.h
+++ b/gcc/rust/backend/rust-compile-tyty.h
@@ -173,7 +173,7 @@ public:
return;
case TyTy::FloatType::F64:
- translated = backend->named_type ("f32", backend->float_type (64),
+ translated = backend->named_type ("f64", backend->float_type (64),
Linemap::predeclared_location ());
return;
}