changeset 1048:f9333daa1bf5

Fix a typo
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 06 Mar 2009 17:00:34 +0100
parents 6bb04dbee21f
children afe271b0e271
files gen/abi-x86-64.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/abi-x86-64.cpp	Fri Mar 06 16:00:47 2009 +0100
+++ b/gen/abi-x86-64.cpp	Fri Mar 06 17:00:34 2009 +0100
@@ -616,7 +616,7 @@
                 //       http://llvm.org/bugs/show_bug.cgi?id=3741
                 return true;
             } else {
-                assert(t == Type::tfloat80 || t == Type::timaginary80 || t->size() < 8
+                assert(t == Type::tfloat80 || t == Type::timaginary80 || t->size() <= 8
                     && "What other big types are there?"); // other than static arrays...
                 // In any case, they shouldn't be represented as structs in LLVM:
                 assert(!isaStruct(DtoType(t)));