mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix an error in refactoring; fix #4682
This commit is contained in:
@@ -58,7 +58,7 @@ mrb_break_value_get(struct RBreak *brk)
|
||||
static inline void
|
||||
mrb_break_value_set(struct RBreak *brk, mrb_value val)
|
||||
{
|
||||
brk->val_union = val.value;
|
||||
brk->value = val.value;
|
||||
brk->flags &= ~RBREAK_VALUE_TT_MASK;
|
||||
brk->flags |= val.tt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user