diff options
Diffstat (limited to 'compiler/GHC/CmmToAsm')
-rw-r--r-- | compiler/GHC/CmmToAsm/X86/CodeGen.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/CmmToAsm/X86/CodeGen.hs b/compiler/GHC/CmmToAsm/X86/CodeGen.hs index 1ab24c4a25..8357662a9c 100644 --- a/compiler/GHC/CmmToAsm/X86/CodeGen.hs +++ b/compiler/GHC/CmmToAsm/X86/CodeGen.hs @@ -3439,9 +3439,9 @@ outOfLineCmmOp bid mop res args MO_Pdep w -> pdepLabel w MO_Pext w -> pextLabel w - MO_AtomicRMW _ _ -> fsLit "atomicrmw" - MO_AtomicRead _ -> fsLit "atomicread" - MO_AtomicWrite _ -> fsLit "atomicwrite" + MO_AtomicRMW _ _ -> unsupported + MO_AtomicRead _ -> unsupported + MO_AtomicWrite _ -> unsupported MO_Cmpxchg w -> cmpxchgLabel w -- for W64 on 32-bit -- TODO: implement -- cmpxchg8b instr |