Index: src/CodeGen/GenType.cc
===================================================================
--- src/CodeGen/GenType.cc	(revision 58dd019a052f07152d413d2f67f0b5337b50f417)
+++ src/CodeGen/GenType.cc	(revision d78f4c0a7006a7fb3a7b1951c38dd55700bf285b)
@@ -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 );
 	}
