Skip to content

Commit

Permalink
fix: harmless packed prim opt regression from shared_ptr removal
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Mar 31, 2024
1 parent 59aa214 commit dc9b682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ void Machine::FirstPassOptimize()
{
logger::info("Packing Prim into GIFTAG");
CurrentBlock().prim = reg->Clone();
CurrentBlock().registers.remove(reg);
break;
}
}
Expand Down

0 comments on commit dc9b682

Please sign in to comment.