Fix #782, #1483, #1649: Unicode GHCi input
[ghc-hetmet.git] / compiler / ghci / ByteCodeFFI.lhs
index 78792e1..c29b74a 100644 (file)
@@ -5,6 +5,13 @@
 ByteCodeGen: Generate machine-code sequences for foreign import
 
 \begin{code}
+{-# OPTIONS -w #-}
+-- The above warning supression flag is a temporary kludge.
+-- While working on this module you are encouraged to remove it and fix
+-- any warnings in the module. See
+--     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
+-- for details
+
 module ByteCodeFFI ( mkMarshalCode, moan64, newExec ) where
 
 #include "HsVersions.h"
@@ -405,7 +412,7 @@ mkMarshalCode_wrk cconv (r_offW, r_rep) addr_offW arg_offs_n_reps
          f32 = mov_f32_xmm0_rbpoff 0
          f64 = mov_f64_xmm0_rbpoff 0
 
--- ######### x86_64 machine code:
+--    ######### x86_64 machine code:
 
 --   0:   48 89 fd                mov    %rdi,%rbp
 --   3:   48 8b bd 78 56 34 12    mov    0x12345678(%rbp),%rdi