Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
55c60479
Commit
55c60479
authored
Jan 10, 2005
by
wolfgang
Browse files
[project @ 2005-01-10 23:00:53 by wolfgang]
Fix for AIX-like ABIs.
parent
7a8bd246
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/AdjustorAsm.S
View file @
55c60479
...
...
@@ -124,8 +124,17 @@ adjustorCode:
LOAD
r3
,
HPTR_OFF
(
r2
)
LOAD
r0
,
WPTR_OFF
(
r2
)
LOAD
r12
,
WPTR_OFF
(
r2
)
#if defined(darwin_TARGET_OS)
mtctr
r12
#else
LOAD
r0
,
0
(
r12
)
/
*
The
function
we
're calling will never be a nested function,
so
we
don
't load r11.
*/
mtctr
r0
LOAD
r2
,
WS
(
r12
)
#endif
bctrl
LOAD
r1
,
0
(
r1
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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