allowed BOB in concat op

This commit is contained in:
2025-07-12 03:15:09 +09:00
parent 955210800e
commit febcaa8708
2 changed files with 12 additions and 5 deletions

View File

@ -6262,6 +6262,7 @@ static hawk_val_t* eval_binop_concat (hawk_rtx_t* rtx, hawk_val_t* left, hawk_va
{
case HAWK_VAL_BCHR:
case HAWK_VAL_MBS:
case HAWK_VAL_BOB:
{
hawk_bcs_t l, r;