ports/java/kaffe-devel/files/patch-config::i386::freebsd2::md.h
Edwin Groothuis b9976edf43 New port: kaffe-devel, development release of kaffe Java VM
Multi-platform Java virtual machine with JIT compiler and AWT package

PR:		ports/55270
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl>
2003-09-07 12:06:27 +00:00

12 lines
583 B
C

--- config/i386/freebsd2/md.h.orig Sat Sep 6 01:38:48 2003
+++ config/i386/freebsd2/md.h Sat Sep 6 01:38:52 2003
@@ -39,8 +39,8 @@
asm("frstor %0": :"m"(*fdata))
/* Define signal context macros for xprofiling */
-#define SIGNAL_ARGS(sig, sc) int sig, int __code, struct sigcontext *##sc
-#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *##scp
+#define SIGNAL_ARGS(sig, sc) int sig, int __code, struct sigcontext *sc
+#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *scp
#define GET_SIGNAL_CONTEXT_POINTER(sc) (sc)
#define SIGNAL_PC(scp) (scp)->sc_pc