File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1176,7 +1176,7 @@ unsigned int _dsp_ARMread2sema4(void)
11761176 }else if ((operand.nrof .TYPE &6 )==6 )
11771177 {
11781178 // case 6: and case 7: immediate format
1179- OperandPool[Operands]=operand.iof .IMMEDIATE <<(~(( operand.iof .JUSTIFY )+ 1 ) &3 );
1179+ OperandPool[Operands]=operand.iof .IMMEDIATE <<(operand.iof .JUSTIFY &3 );
11801180 flags.WRITEBACK =OperandPool[Operands++];
11811181
11821182 }else if (!(operand.nrof .TYPE &4 )) // case 0..3
@@ -1280,7 +1280,7 @@ int __fastcall OperandLoaderNWB(void)
12801280 }else if ((operand.nrof .TYPE &6 )==6 )
12811281 {
12821282 // case 6: and case 7: immediate format
1283- Operand=operand.iof .IMMEDIATE <<(~(( operand.iof .JUSTIFY )+ 1 ) &3 );
1283+ Operand=operand.iof .IMMEDIATE <<(operand.iof .JUSTIFY &3 );
12841284
12851285 }else if (operand.nrof .TYPE ==5 )
12861286 { // if(operand.r2of.NUMREGS) ignore... It's right?
You can’t perform that action at this time.
0 commit comments