Fix overflow warning

This commit is contained in:
Megamouse 2024-08-12 19:23:23 +02:00
parent 3716ba2ba2
commit ff84e7c6e2

View File

@ -1330,7 +1330,7 @@ void spu_thread::dump_regs(std::string& ret, std::any& /*custom_data*/) const
}
const u32 addr = raddr;
const u32 rtime0 = rtime;
const u64 rtime0 = rtime;
if (vm::check_addr(addr))
{