mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-24 17:29:38 +00:00
remove CurrentA5/A5 restoration hack (gcc is now patched to consider A5 fixed)
This commit is contained in:
parent
8c266d6ef4
commit
8eeb63b4f3
@ -187,8 +187,8 @@ outputItem typeMap (FunctionItem rettype name argumentTypes argumentNames words
|
||||
|
||||
showConstraints constraints = PP.text ":" <+> PP.hsep (PP.punctuate PP.comma $ constraints)
|
||||
asmStatements =
|
||||
(if tooltrap then [-- PP.text "\"move.l %%a5, %%a4\\n\"",
|
||||
PP.text "\"move.l 0x904.w, %%a5\\n\""] else []) ++
|
||||
-- (if tooltrap then [-- PP.text "\"move.l %%a5, %%a4\\n\"",
|
||||
-- PP.text "\"move.l 0x904.w, %%a5\\n\""] else []) ++
|
||||
subq ++
|
||||
pushes ++
|
||||
map (\trapnum -> PP.text "\"dc.w" <+> PP.text "0x" <> PP.text (showHex trapnum "") <> PP.text "\\n\\t\"") words
|
||||
|
Loading…
Reference in New Issue
Block a user