Index: src/typing-asm.h |
diff --git a/src/typing-asm.h b/src/typing-asm.h |
index 54796ed4dd5f057d9bce583cf8ce57e95119eb8f..b63a2137b2311eb179723c4c9c0739ef3fc1846f 100644 |
--- a/src/typing-asm.h |
+++ b/src/typing-asm.h |
@@ -92,7 +92,7 @@ class AsmTyper : public AstVisitor { |
Type* expected_type_; |
Type* computed_type_; |
VariableInfo* property_info_; |
- int intish_; // How many ops we've gone without a x|0. |
+ int32_t intish_; // How many ops we've gone without a x|0. |
Type* return_type_; // Return type of last function. |
size_t array_size_; // Array size of last ArrayLiteral. |