summaryrefslogtreecommitdiff
path: root/ghc/compiler/nativeGen/MachMisc.lhs
diff options
context:
space:
mode:
authorsewardj <unknown>2000-08-22 14:19:19 +0000
committersewardj <unknown>2000-08-22 14:19:19 +0000
commit46af8a7cdec59be02d6f9ebea22e19e7d8639c47 (patch)
tree7f0105287f5c833289c5d2b0b0d4827d84a07004 /ghc/compiler/nativeGen/MachMisc.lhs
parent2a56b41f83f9ffcdc82599f63250eb3b5e5ba9c6 (diff)
downloadhaskell-46af8a7cdec59be02d6f9ebea22e19e7d8639c47.tar.gz
[project @ 2000-08-22 14:19:19 by sewardj]
Fix sparc NCG to track recent NCG switch table reg-alloc bug fix.
Diffstat (limited to 'ghc/compiler/nativeGen/MachMisc.lhs')
-rw-r--r--ghc/compiler/nativeGen/MachMisc.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/nativeGen/MachMisc.lhs b/ghc/compiler/nativeGen/MachMisc.lhs
index 116b8f94f0..213da0048d 100644
--- a/ghc/compiler/nativeGen/MachMisc.lhs
+++ b/ghc/compiler/nativeGen/MachMisc.lhs
@@ -633,7 +633,7 @@ is_G_instr instr
| BI Cond Bool Imm -- cond, annul?, target
| BF Cond Bool Imm -- cond, annul?, target
- | JMP MachRegsAddr -- target
+ | JMP DestInfo MachRegsAddr -- target
| CALL Imm Int Bool -- target, args, terminal
data RI = RIReg Reg