Browse Source

thx god You seen it! (reverse)

Kirill Kranz 10 months ago
parent
commit
530a962dfc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/mips/aasmcpu.pas

+ 2 - 2
compiler/mips/aasmcpu.pas

@@ -707,8 +707,8 @@ begin
 
           if pp.typ = ait_instruction then begin
 
-            if taicpu(p).opcode in [A_LWL, A_LWR] then goto skip;
-            if taicpu(p).opcode in [A_LWR, A_LWL] then goto skip;
+            if (taicpu(p).opcode = A_LWL) and (taicpu(pp).opcode = A_LWR) then goto skip;
+            if (taicpu(p).opcode = A_LWR) and (taicpu(pp).opcode = A_LWL) then goto skip;
 
             if taicpu(pp).ops > 0 then begin