Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/amd64/include Pull up following revision(s) (req...
details: https://anonhg.NetBSD.org/src/rev/8757f28777c4
branches: netbsd-7
changeset: 799464:8757f28777c4
user: snj <snj%NetBSD.org@localhost>
date: Wed Jul 08 21:58:53 2015 +0000
description:
Pull up following revision(s) (requested by alnsn in ticket #872):
sys/arch/amd64/include/sljit_machdep.h: revision 1.2
Include <i386/sljit_machdep.h> for i386 compat build.
diffstat:
sys/arch/amd64/include/sljit_machdep.h | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 92f7621c5814 -r 8757f28777c4 sys/arch/amd64/include/sljit_machdep.h
--- a/sys/arch/amd64/include/sljit_machdep.h Sun Jul 05 21:34:32 2015 +0000
+++ b/sys/arch/amd64/include/sljit_machdep.h Wed Jul 08 21:58:53 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sljit_machdep.h,v 1.1 2014/07/23 18:19:43 alnsn Exp $ */
+/* $NetBSD: sljit_machdep.h,v 1.1.4.1 2015/07/08 21:58:53 snj Exp $ */
/*-
* Copyright (c) 2012-2013 The NetBSD Foundation, Inc.
@@ -29,8 +29,16 @@
#ifndef _AMD64_SLJITARCH_H
#define _AMD64_SLJITARCH_H
+#if !defined __i386__
+
#define SLJIT_CONFIG_X86_64 1
#define SLJIT_CACHE_FLUSH(from, to)
+#else /* !__i386__ */
+
+#include <i386/sljit_machdep.h>
+
#endif
+
+#endif
Home |
Main Index |
Thread Index |
Old Index