mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Core: Remove trailing whitespace from all files
This commit is contained in:
committed by
tellowkrinkle
parent
09c41b6e20
commit
738c8cb630
+1
-1
@@ -183,7 +183,7 @@ void PMFHL() {
|
||||
case 0x02: // SLW
|
||||
{
|
||||
s64 TempS64 = ((u64)cpuRegs.HI.UL[0] << 32) | (u64)cpuRegs.LO.UL[0];
|
||||
|
||||
|
||||
if (TempS64 >= 0x000000007fffffffLL) {
|
||||
cpuRegs.GPR.r[_Rd_].UD[0] = 0x000000007fffffffLL;
|
||||
} else if (TempS64 <= -0x80000000LL) {
|
||||
|
||||
Reference in New Issue
Block a user