Skip to content
GitLab
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
1569075d
Commit
1569075d
authored
Apr 12, 2007
by
wolfgang.thaller@gmx.net
Browse files
Fix a typo related to i386 PIC code generation
A recent patch accidentally had x86_TARGET_ARCH instead of i386_TARGET_ARCH.
parent
c8a12749
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/PositionIndependentCode.hs
View file @
1569075d
...
...
@@ -200,7 +200,7 @@ howToAccessLabel DataReference lbl
|
otherwise
=
AccessDirectly
#
if
x
86_TARGET_ARCH
||
x86_64_TARGET_ARCH
#
if
i3
86_TARGET_ARCH
||
x86_64_TARGET_ARCH
-- dyld code stubs don't work for tailcalls because the
-- stack alignment is only right for regular calls.
-- Therefore, we have to go via a symbol pointer:
...
...
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