Merge pull request #507 from cxd4/loooool
[RSP] junk trailing whitespace cleanups
This commit is contained in:
commit
b58bd8035f
|
@ -1448,10 +1448,10 @@ void RSP_Vector_VRCPH (void) {
|
|||
|
||||
void RSP_Vector_VMOV (void) {
|
||||
int count;
|
||||
|
||||
for ( count = 0; count < 8; count++ ) {
|
||||
RSP_ACCUM[count].HW[1] = RSP_Vect[RSPOpC.rt].UHW[EleSpec[RSPOpC.rs].B[count]];
|
||||
}
|
||||
|
||||
RSP_Vect[RSPOpC.sa].UHW[7 - (RSPOpC.rd & 0x7)] =
|
||||
RSP_Vect[RSPOpC.rt].UHW[EleSpec[RSPOpC.rs].B[(RSPOpC.rd & 0x7)]];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue