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
c1b3fa59
Commit
c1b3fa59
authored
Mar 15, 2005
by
simonmar
Browse files
[project @ 2005-03-15 16:15:46 by simonmar]
TARGET->HOST
parent
b462d6a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Adjustor.c
View file @
c1b3fa59
...
...
@@ -131,7 +131,7 @@ __asm__ (
extern
void
obscure_ccall_ret_code
(
void
);
#endif
#if defined(x86_64_
TARGE
T_ARCH)
#if defined(x86_64_
HOS
T_ARCH)
__asm__
(
".globl "
UNDERSCORE
"obscure_ccall_ret_code
\n
"
UNDERSCORE
"obscure_ccall_ret_code:
\n\t
"
...
...
@@ -238,7 +238,7 @@ void*
createAdjustor
(
int
cconv
,
StgStablePtr
hptr
,
StgFunPtr
wptr
,
char
*
typeString
#if !defined(powerpc_HOST_ARCH) && !defined(powerpc64_HOST_ARCH) && !defined(x86_64_
TARGE
T_ARCH)
#if !defined(powerpc_HOST_ARCH) && !defined(powerpc64_HOST_ARCH) && !defined(x86_64_
HOS
T_ARCH)
STG_UNUSED
#endif
)
...
...
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