mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 04:12:55 +00:00
Given the same argument is used inside the condition's body if it's true, we can just utilize the local to cut out a GetArg() operation. Avoids redundant internal assertion checking.