Fix a typo in powerpc/Linux-only code; spotted by Jeroen Pulles
authorIan Lynagh <igloo@earth.li>
Tue, 29 Jul 2008 21:40:07 +0000 (21:40 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 29 Jul 2008 21:40:07 +0000 (21:40 +0000)
rts/Adjustor.c

index 40bc9dd..a4c6abe 100644 (file)
@@ -716,7 +716,7 @@ TODO: Depending on how much allocation overhead stgMallocBytes uses for
                 }
                 else
                 {
-                    if((t == 'l' || t == 'L' || t == 'd')
+                    if(t == 'l' || t == 'L' || t == 'd')
                     {
                         if(src_offset % 8)
                             src_offset += 4;