mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-02 03:25:59 +02:00
Now that we handle the signed variants, we also have to be careful about left shifts with negative values, as this is considered undefined behavior.