diff --git a/src/runtime/haskell/Data/Binary.hs b/src/runtime/haskell/Data/Binary.hs index c8f04083a..4b3f06a80 100644 --- a/src/runtime/haskell/Data/Binary.hs +++ b/src/runtime/haskell/Data/Binary.hs @@ -368,7 +368,7 @@ instance Binary Word where put (b .|. 0x80) put (c .|. 0x80) put d --- #if WORD_SIZE_IN_BITS < 64 +-- -- #if WORD_SIZE_IN_BITS < 64 | otherwise = do put (a .|. 0x80) put (b .|. 0x80) put (c .|. 0x80)