# | Line 513 | Line 513 | static bool ix86_skip_instruction(unsign | |
---|---|---|
513 | } | |
514 | ||
515 | #if DEBUG | |
516 | < | printf("%08x: %s %s access", fault_instruction, |
516 | > | printf("%08x: %s %s access", regs[X86_REG_EIP], |
517 | transfer_size == SIZE_BYTE ? "byte" : transfer_size == SIZE_WORD ? "word" : "long", | |
518 | transfer_type == TYPE_LOAD ? "read" : "write"); | |
519 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |