diff --git a/src/compiler.cpp b/src/compiler.cpp index 2deeffe5a7..a5f6aeb373 100644 --- a/src/compiler.cpp +++ b/src/compiler.cpp @@ -326,7 +326,7 @@ class Value: public Compiler::Operand { Site* target; Value* buddy; Value* nextWord; - int8_t home; + int16_t home; ValueType type; uint8_t wordIndex; };