X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FAdjustor.c;h=a4c6abeddbb3eff0b6b1963a75de9940e7b4a27b;hb=72cd126afbeae4fb60f4b5ef10e21133611cbafa;hp=40bc9ddd07599b82b6edc20e8c259f22726cc714;hpb=bd4e5f3b233d33b946c56f5a34472e46b7ce86f1;p=ghc-hetmet.git diff --git a/rts/Adjustor.c b/rts/Adjustor.c index 40bc9dd..a4c6abe 100644 --- a/rts/Adjustor.c +++ b/rts/Adjustor.c @@ -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;