Reserving volatile XMM registers (so long as we are calling tracers).
This commit is contained in:
@@ -113,7 +113,10 @@ int X64Emitter::Emit(HIRBuilder* builder) {
|
||||
GetRegBit(r8) |
|
||||
GetRegBit(r9) |
|
||||
GetRegBit(r10) |
|
||||
GetRegBit(r11);
|
||||
GetRegBit(r11) |
|
||||
GetRegBit(xmm1) |
|
||||
GetRegBit(xmm2) |
|
||||
GetRegBit(xmm3);
|
||||
|
||||
// Function prolog.
|
||||
// Must be 16b aligned.
|
||||
|
||||
Reference in New Issue
Block a user