instanation the bxxx literal as ByteString. no more ByteArray
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-07 00:39:46 +09:00
parent 7d9e1b4c0c
commit 1dedee9ae3
5 changed files with 118 additions and 6 deletions

View File

@ -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;