mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: replace error message with a dev assert
Code mustn't be reached. Otherwise registers aren't properly freed
This commit is contained in:
parent
2eefc135e5
commit
63889d3bea
|
@ -133,7 +133,7 @@ int _getFreeXMMreg()
|
|||
_freeXMMreg(tempi);
|
||||
return tempi;
|
||||
}
|
||||
Console.Error("*PCSX2*: XMM Reg Allocation Error in _getFreeXMMreg()!");
|
||||
pxFailDev("*PCSX2*: XMM Reg Allocation Error in _getFreeXMMreg()!");
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue