diff options
author | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2011-08-10 20:41:32 +1000 |
---|---|---|
committer | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2011-08-10 22:03:42 +1000 |
commit | 242b2de0661e8bbab709cad2ed558b703ae77a0c (patch) | |
tree | 65519b3cbe24f3c17dfb5f4302c2d2a5a8c49bb6 /compiler | |
parent | f7a70506bc252d72628ea81faa20df8030923790 (diff) | |
download | haskell-242b2de0661e8bbab709cad2ed558b703ae77a0c.tar.gz |
Warning police
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/llvmGen/LlvmMangler.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvmGen/LlvmMangler.hs b/compiler/llvmGen/LlvmMangler.hs index 866f49f442..68e92cf651 100644 --- a/compiler/llvmGen/LlvmMangler.hs +++ b/compiler/llvmGen/LlvmMangler.hs @@ -26,7 +26,7 @@ import Data.List ( sortBy ) import Data.Function ( on ) -- Magic Strings -secStmt, infoSec, newLine, spInst, jmpInst, textStmt, dataStmt :: B.ByteString +secStmt, infoSec, newLine, spInst, jmpInst, textStmt, dataStmt, syntaxUnified :: B.ByteString secStmt = B.pack "\t.section\t" infoSec = B.pack infoSection newLine = B.pack "\n" |