- sigsegv.cpp (ix86_skip_instruction): Fix DEBUG compilation.

This commit is contained in:
gbeauche 2002-05-20 16:00:07 +00:00
parent e81b9ace6d
commit c2d3d08a7a

View File

@ -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");