From 565a4494b5bedd68c0a6d468c78f542477b89aa7 Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 7 Aug 2001 19:33:33 +0000 Subject: [PATCH] [project @ 2001-08-07 19:33:33 by ken] For now, let mkMarshalCode_wrk = undefined for non-i386 architectures. --- ghc/compiler/ghci/ByteCodeFFI.lhs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc/compiler/ghci/ByteCodeFFI.lhs b/ghc/compiler/ghci/ByteCodeFFI.lhs index 70d2153..d1ee02c 100644 --- a/ghc/compiler/ghci/ByteCodeFFI.lhs +++ b/ghc/compiler/ghci/ByteCodeFFI.lhs @@ -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} -- 1.7.10.4