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