instanation the bxxx literal as ByteString. no more ByteArray
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -4903,7 +4903,7 @@ redo:
|
||||
lit = HCL_ERROR_TO_OOP(oprnd->u.errlit.v);
|
||||
goto literal;
|
||||
|
||||
case HCL_CNODE_SYMBOL:
|
||||
case HCL_CNODE_SYMBOL: /* symbol. but not a literal. usually a variable */
|
||||
if (compile_symbol(hcl, oprnd) <= -1) return -1;
|
||||
goto done;
|
||||
|
||||
|
Reference in New Issue
Block a user