X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FAdjustor.c;h=a4c6abeddbb3eff0b6b1963a75de9940e7b4a27b;hb=7539ed8cade66d09fae1e0ccc66c519cafa3b55b;hp=40bc9ddd07599b82b6edc20e8c259f22726cc714;hpb=e0fcf61dca4dfac99cb5417e1bc4cbee18822cf2;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;