Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
565a4494
Commit
565a4494
authored
Aug 07, 2001
by
ken
Browse files
[project @ 2001-08-07 19:33:33 by ken]
For now, let mkMarshalCode_wrk = undefined for non-i386 architectures.
parent
59f79a33
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/ByteCodeFFI.lhs
View file @
565a4494
...
...
@@ -275,6 +275,10 @@ mkMarshalCode_wrk cconv (r_offW, r_rep) addr_offW arg_offs_n_reps
++ ret
)
#else /* i386_TARGET_ARCH */
mkMarshalCode_wrk = undefined
#endif /* i386_TARGET_ARCH */
\end{code}
...
...
Write
Preview
Markdown
is supported
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