X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FMachInstrs.hs;h=9c0e71cd83585d45fc4c1be7d2d46bcd197a3d49;hb=7cca410a40cccf0fbeda2155f307baa5619b8130;hp=0f718d3ceacda83eb0f5c37ad133444084b0a505;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/nativeGen/MachInstrs.hs b/compiler/nativeGen/MachInstrs.hs index 0f718d3..9c0e71c 100644 --- a/compiler/nativeGen/MachInstrs.hs +++ b/compiler/nativeGen/MachInstrs.hs @@ -43,7 +43,7 @@ import Outputable import FastString import Constants ( wORD_SIZE ) -import GLAEXTS +import GHC.Exts -- ----------------------------------------------------------------------------- @@ -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 */