changeset 1361:67ac63740c7f

silence a gcc warning
author Benjamin Kramer <benny.kra@gmail.com>
date Sat, 16 May 2009 13:50:44 +0200
parents 015e00affbb9
children b7c8506e1eed
files gen/passes/GarbageCollect2Stack.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/passes/GarbageCollect2Stack.cpp	Sat May 16 13:10:35 2009 +0200
+++ b/gen/passes/GarbageCollect2Stack.cpp	Sat May 16 13:50:44 2009 +0200
@@ -225,7 +225,7 @@
         
         // The default promote() should be fine.
         
-        AllocClassFI() : FunctionInfo(-1, true) {}
+        AllocClassFI() : FunctionInfo(~0u, true) {}
     };
 }