Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/include Adapt to new sljit.



details:   https://anonhg.NetBSD.org/src/rev/688c0e271860
branches:  trunk
changeset: 345479:688c0e271860
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Mon May 30 09:05:32 2016 +0000

description:
Adapt to new sljit.

diffstat:

 sys/arch/sparc/include/sljit_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 0804dff40a26 -r 688c0e271860 sys/arch/sparc/include/sljit_machdep.h
--- a/sys/arch/sparc/include/sljit_machdep.h    Mon May 30 04:18:20 2016 +0000
+++ b/sys/arch/sparc/include/sljit_machdep.h    Mon May 30 09:05:32 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sljit_machdep.h,v 1.1 2014/07/23 18:19:45 alnsn Exp $  */
+/*     $NetBSD: sljit_machdep.h,v 1.2 2016/05/30 09:05:32 nakayama Exp $       */
 
 /*-
  * Copyright (c) 2012-2013 The NetBSD Foundation, Inc.
@@ -35,5 +35,6 @@
 
 #define SLJIT_CACHE_FLUSH(from, to) \
        sparc_cache_flush((sljit_ins *)(from), (sljit_ins *)(to))
+#define SLJIT_CACHE_FLUSH_OWN_IMPL 1
 
 #endif



Home | Main Index | Thread Index | Old Index