mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 568486 - Synchronize the SH4 backend with Bug 587916 (r=rreitmai) [Cedric Vincent]
--HG-- extra : convert_revision : e5186c20dda9acb39c819e58ffba0153712b6130
This commit is contained in:
parent
a5c1330a28
commit
5fc61e5b43
@ -2661,7 +2661,7 @@ namespace nanojit
|
||||
findSpecificRegFor(value, reg);
|
||||
}
|
||||
|
||||
void Assembler::asm_spill(Register reg, int offset, bool /* pop */, bool quad) {
|
||||
void Assembler::asm_spill(Register reg, int offset, bool quad) {
|
||||
(void)quad;
|
||||
|
||||
if (offset == 0)
|
||||
@ -3161,7 +3161,6 @@ namespace nanojit
|
||||
void Assembler::nRegisterResetAll(RegAlloc& regs) {
|
||||
regs.clear();
|
||||
regs.free = GpRegs | FpRegs;
|
||||
debug_only( regs.managed = regs.free; )
|
||||
}
|
||||
|
||||
// Keep in sync' with Assembler::asm_param().
|
||||
|
Loading…
Reference in New Issue
Block a user