Index: src/CodeGen/GenType.cc
===================================================================
--- src/CodeGen/GenType.cc	(revision 38a0a4d6ab30eace41d69234570568d27b4ab4b6)
+++ src/CodeGen/GenType.cc	(revision 12d44bb50e421e4b80a13cc51c61fa34c604e6d3)
@@ -204,5 +204,5 @@
 	void GenType::visit( ZeroType *zeroType ) {
 		// ideally these wouldn't hit codegen at all, but should be safe to make them ints
-		typeString = "int " + typeString;
+		typeString = "long int " + typeString;
 		handleQualifiers( zeroType );
 	}
@@ -210,5 +210,5 @@
 	void GenType::visit( OneType *oneType ) {
 		// ideally these wouldn't hit codegen at all, but should be safe to make them ints
-		typeString = "int " + typeString;
+		typeString = "long int " + typeString;
 		handleQualifiers( oneType );
 	}
