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
Tobias Decking
GHC
Commits
192c7dbd
Commit
192c7dbd
authored
Apr 27, 2005
by
simonmar
Browse files
[project @ 2005-04-27 11:31:22 by simonmar]
i386 wibble
parent
1159c0c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/nativeGen/MachInstrs.hs
View file @
192c7dbd
...
...
@@ -532,9 +532,9 @@ i386_insert_ffrees insns
ffree_before_nonlocal_transfers
insn
=
case
insn
of
CALL
_
->
[
GFREE
,
insn
]
JMP
_
->
[
GFREE
,
insn
]
other
->
[
insn
]
CALL
_
_
->
[
GFREE
,
insn
]
JMP
_
->
[
GFREE
,
insn
]
other
->
[
insn
]
-- if you ever add a new FP insn to the fake x86 FP insn set,
...
...
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