Try for some fixes

This commit is contained in:
Cacodemon345
2025-09-15 15:56:00 +00:00
parent fe28a8bb62
commit 0a22140c70
3 changed files with 4 additions and 13 deletions

View File

@@ -114,7 +114,6 @@ int codegen_can_unroll_full(codeblock_t *block, ir_data_t *ir, uint32_t next_pc,
static inline int
codegen_can_unroll(codeblock_t *block, ir_data_t *ir, uint32_t next_pc, uint32_t dest_addr)
{
return 0;
if (block->flags & CODEBLOCK_BYTE_MASK)
return 0;