Making debug disassembly look a bit better.

This commit is contained in:
Ben Vanik
2014-01-26 03:24:55 -08:00
parent cb352c6c86
commit 20c8eb1561
2 changed files with 16 additions and 2 deletions

View File

@@ -162,6 +162,14 @@ int X64Emitter::Emit(HIRBuilder* builder) {
}
ret();
#if XE_DEBUG
nop();
nop();
nop();
nop();
nop();
#endif // XE_DEBUG
return 0;
}