Module Name: src
Committed By: alnsn
Date: Sun Nov 18 14:39:43 UTC 2012
Modified Files:
src/sys/arch/i386/include: sljitarch.h
Log Message:
Disable generation of fastcall functions on i386.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/include/sljitarch.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/include/sljitarch.h
diff -u src/sys/arch/i386/include/sljitarch.h:1.1 src/sys/arch/i386/include/sljitarch.h:1.2
--- src/sys/arch/i386/include/sljitarch.h:1.1 Sun Oct 28 16:25:03 2012
+++ src/sys/arch/i386/include/sljitarch.h Sun Nov 18 14:39:42 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: sljitarch.h,v 1.1 2012/10/28 16:25:03 alnsn Exp $ */
+/* $NetBSD: sljitarch.h,v 1.2 2012/11/18 14:39:42 alnsn Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -31,4 +31,7 @@
#define SLJIT_CONFIG_X86_32 1
+#define SLJIT_CALL
+#define SLJIT_X86_32_FASTCALL 0
+
#endif