mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Change data type to fix 32-bit build
This commit is contained in:
@@ -293,7 +293,7 @@ namespace syscalls
|
||||
|
||||
c.emu.read_memory(process_information, &info, sizeof(PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION));
|
||||
|
||||
c.proc.instrumentation_callback = (uint64_t)info.Callback;
|
||||
c.proc.instrumentation_callback = info.Callback;
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user