diff options
author | wolfgang.thaller@gmx.net <unknown> | 2006-12-11 22:25:34 +0000 |
---|---|---|
committer | wolfgang.thaller@gmx.net <unknown> | 2006-12-11 22:25:34 +0000 |
commit | 8f6ef1daa3b8d843fb2559f2ae240d290aad0387 (patch) | |
tree | 1600449d3133755ca5e1f4d73507d33611eb16d7 /compiler/nativeGen/MachInstrs.hs | |
parent | d6addf791a9a4131098354d6c59671b23c110be1 (diff) | |
download | haskell-8f6ef1daa3b8d843fb2559f2ae240d290aad0387.tar.gz |
Support MO_WriteBarrier in PowerPC NCG (lwsync instruction)
Diffstat (limited to 'compiler/nativeGen/MachInstrs.hs')
-rw-r--r-- | compiler/nativeGen/MachInstrs.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/MachInstrs.hs b/compiler/nativeGen/MachInstrs.hs index baac1cdad7..9c0e71cd83 100644 --- a/compiler/nativeGen/MachInstrs.hs +++ b/compiler/nativeGen/MachInstrs.hs @@ -719,4 +719,5 @@ fPair other = pprPanic "fPair(sparc NCG)" (ppr other) | FETCHPC Reg -- pseudo-instruction: -- bcl to next insn, mflr reg + | LWSYNC -- memory barrier #endif /* powerpc_TARGET_ARCH */ |