bjorn3 commented on issue #5756:
I think it is less clear what the default case is for the br_table with this change. Maybe a JumpTableData could be formatted as
default_block, [block1, block2]such that the effective syntax ofbr_tableis preserved?
bjorn3 edited a comment on issue #5756:
I think it is less clear what the default case is for the br_table with this change. Maybe a JumpTableData could be formatted as
default_block, [block1, block2]such that the effective syntax ofbr_tableis preserved?edit: nevermind you are already doing that. I thought you hadn't updated the tests yet. my bad.
Last updated: Dec 13 2025 at 19:03 UTC