Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include Disable generation of fastcall functio...
details: https://anonhg.NetBSD.org/src/rev/0a2f8d0de926
branches: trunk
changeset: 782738:0a2f8d0de926
user: alnsn <alnsn%NetBSD.org@localhost>
date: Sun Nov 18 14:39:42 2012 +0000
description:
Disable generation of fastcall functions on i386.
diffstat:
sys/arch/i386/include/sljitarch.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d112ba0379b2 -r 0a2f8d0de926 sys/arch/i386/include/sljitarch.h
--- a/sys/arch/i386/include/sljitarch.h Sun Nov 18 14:36:37 2012 +0000
+++ b/sys/arch/i386/include/sljitarch.h Sun Nov 18 14:39:42 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index