mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 01:30:03 +00:00
- sigsegv.cpp (ix86_skip_instruction): Fix DEBUG compilation.
This commit is contained in:
parent
e81b9ace6d
commit
c2d3d08a7a
@ -513,7 +513,7 @@ static bool ix86_skip_instruction(unsigned int * regs)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
printf("%08x: %s %s access", fault_instruction,
|
printf("%08x: %s %s access", regs[X86_REG_EIP],
|
||||||
transfer_size == SIZE_BYTE ? "byte" : transfer_size == SIZE_WORD ? "word" : "long",
|
transfer_size == SIZE_BYTE ? "byte" : transfer_size == SIZE_WORD ? "word" : "long",
|
||||||
transfer_type == TYPE_LOAD ? "read" : "write");
|
transfer_type == TYPE_LOAD ? "read" : "write");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user