Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a5013199
Commit
a5013199
authored
Jan 21, 2009
by
Ben.Lippmeier@anu.edu.au
Browse files
SPARC NCG: fill branch delay slot after tabled jump (doh!)
parent
246253ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/MachCodeGen.hs
View file @
a5013199
...
...
@@ -4206,7 +4206,8 @@ genSwitch expr ids
-- load and jump to the destination
,
LD
II32
(
AddrRegReg
base_reg
offset_reg
)
dst
,
JMP
(
AddrRegImm
dst
(
ImmInt
0
))
]
,
JMP
(
AddrRegImm
dst
(
ImmInt
0
))
,
NOP
]
#
else
#
error
"ToDo: genSwitch"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment