Fix syntax error
[ghc-hetmet.git] / compiler / nativeGen / MachInstrs.hs
index a9b04db..96db72d 100644 (file)
@@ -520,6 +520,7 @@ bit or 64 bit precision.
 -- Jumping around.
        | JMP         Operand
        | JXX         Cond BlockId  -- includes unconditional branches
+       | JXX_GBL     Cond Imm      -- non-local version of JXX
        | JMP_TBL     Operand [BlockId]  -- table jump
        | CALL        (Either Imm Reg) [Reg]