Switching tracing order to prevent skipping traces of branch instructions.

This commit is contained in:
Ben Vanik
2013-09-06 23:21:08 -07:00
parent 1a3fed942d
commit d5b8a2091a
3 changed files with 25 additions and 25 deletions

View File

@@ -235,6 +235,8 @@ uint32_t xeMmAllocatePhysicalMemoryEx(
return 0;
}
// TODO(benvanik): address should be in 0xA0000000+ range.
return base_address;
}