Merge pull request #6607 from Asmod4n/patch-3

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-08-10 23:35:54 +09:00
committed by GitHub
+1 -1
View File
@@ -1718,7 +1718,7 @@ RETRY_TRY_BLOCK:
#ifdef MRB_USE_BIGINT
{
const char *s = irep->pool[b].u.str;
regs[a] = mrb_bint_new_str(mrb, s+2, (uint8_t)s[0], s[1]);
regs[a] = mrb_bint_new_str(mrb, s+2, (uint8_t)s[0], (int8_t)s[1]);
}
break;
#else