Skip to content

Commit b6ec856

Browse files
committed
also adding for 32bit
1 parent dad8d0b commit b6ec856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/libmwemu/src/emu/instruction_pointer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ impl Emu {
121121
self.regs_mut().rip = self.gateway_return;
122122
winapi32::gateway(addr as u32, "not_loaded", self);
123123
self.force_break = true;
124+
self.is_api_run = true;
124125
return true;
125126
} else {
126127
log::error!("/!\\ setting eip to non mapped addr 0x{:x}", addr);

0 commit comments

Comments
 (0)