mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-27 16:33:21 +00:00
9ed1a118e6
I don't know if the compiler is smart enough to figure out that ((guest_va & 0xFFF) + sizeof(T)) > 0x1000) is always false when sizeof(T) == 1 so we'll add a check for sizeof(T) > 1.