joevt 9ed1a118e6 ppcmmu: Check sizeof(T) explicitly.
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.
2024-04-07 08:59:05 -07:00
..
2024-03-28 07:17:38 -07:00
2024-03-31 14:13:45 -07:00
2024-04-07 08:59:05 -07:00
2024-03-28 07:36:40 -07:00