mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
More 32 bit fixes
This commit is contained in:
@@ -33,7 +33,7 @@ namespace
|
||||
}
|
||||
|
||||
record_obj.access([&](exception_record& r) {
|
||||
r.ExceptionRecord = reinterpret_cast<EmulatorTraits<Emu64>::PVOID>(nested_record_obj.ptr());
|
||||
r.ExceptionRecord = nested_record_obj.value(); //
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user