Making debug disassembly look a bit better.
This commit is contained in:
@@ -162,6 +162,14 @@ int X64Emitter::Emit(HIRBuilder* builder) {
|
||||
}
|
||||
ret();
|
||||
|
||||
#if XE_DEBUG
|
||||
nop();
|
||||
nop();
|
||||
nop();
|
||||
nop();
|
||||
nop();
|
||||
#endif // XE_DEBUG
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user