diff --git a/src/Bytecode.hh b/src/Bytecode.hh index c04e9102..2fb965ff 100644 --- a/src/Bytecode.hh +++ b/src/Bytecode.hh @@ -900,7 +900,7 @@ private: ExpressionType expression_type; unsigned int equation; uint16_t dvariable1; - int8_t lag1; + int lag1; public: FNUMEXPR_(const ExpressionType expression_type_arg, unsigned int equation_arg) : BytecodeInstruction{Tags::FNUMEXPR}, @@ -923,7 +923,7 @@ public: expression_type{expression_type_arg}, equation{equation_arg}, dvariable1{static_cast(dvariable1_arg)}, - lag1{static_cast(lag1_arg)} + lag1{lag1_arg} { }; ExpressionType