[RSP] typo in re-compiler ops

This commit is contained in:
2016-02-15 14:12:33 -05:00
parent 3d7346239d
commit 30aedd45ba
1 changed files with 1 additions and 1 deletions

View File

@ -2976,7 +2976,7 @@ void Compile_Vector_VMADM ( void ) {
char Reg[256];
int count, el, del;
Boolean bOptimize = (SPOpC.rs & 8) ? TRUE : FALSE;
Boolean bOptimize = (RSPOpC.rs & 8) ? TRUE : FALSE;
Boolean bWriteToDest = WriteToVectorDest(RSPOpC.sa, CompilePC);
#ifndef CompileVmadm