Fixed build with TRACE_VM86 enabled. Closes #6325.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37556 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -514,8 +514,8 @@ vm86_fault_callback(addr_t address, addr_t faultAddress, bool isWrite)
|
|||||||
{
|
{
|
||||||
struct iframe *frame = i386_get_user_iframe();
|
struct iframe *frame = i386_get_user_iframe();
|
||||||
|
|
||||||
TRACE("Unhandled fault at 0x%08x touching 0x%08x while %s\n",
|
TRACE("Unhandled fault at %#" B_PRIxADDR " touching %#" B_PRIxADDR
|
||||||
faultAddress, address, isWrite?"writing":"reading");
|
"while %s\n", faultAddress, address, isWrite ? "writing" : "reading");
|
||||||
|
|
||||||
// we shouldn't have unhandled page faults in vm86 mode
|
// we shouldn't have unhandled page faults in vm86 mode
|
||||||
x86_vm86_return((struct vm86_iframe *)frame, B_BAD_ADDRESS);
|
x86_vm86_return((struct vm86_iframe *)frame, B_BAD_ADDRESS);
|
||||||
|
|||||||
Reference in New Issue
Block a user