diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-23 22:35:07 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-23 22:35:07 +0100 |
commit | d02a435df1b273c21d3b4d7b29b2f9a24e6fdb46 (patch) | |
tree | 42285e9ea107b66d9449a0556bd576e4faca6f0f /compiler/nativeGen/X86/Instr.hs | |
parent | 3a4baaf6148a60defc980b4a502812efcd0b503c (diff) | |
download | haskell-d02a435df1b273c21d3b4d7b29b2f9a24e6fdb46.tar.gz |
Correct a comment
Diffstat (limited to 'compiler/nativeGen/X86/Instr.hs')
-rw-r--r-- | compiler/nativeGen/X86/Instr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/Instr.hs b/compiler/nativeGen/X86/Instr.hs index 281be06792..fb08930e24 100644 --- a/compiler/nativeGen/X86/Instr.hs +++ b/compiler/nativeGen/X86/Instr.hs @@ -33,7 +33,7 @@ import CLabel import UniqSet import Unique --- Size of a PPC memory address, in bytes. +-- Size of an x86/x86_64 memory address, in bytes. -- archWordSize :: Size #if i386_TARGET_ARCH |