Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Ensure that the 64-bit condition co...



details:   https://anonhg.NetBSD.org/src/rev/4a1e18dd8f47
branches:  trunk
changeset: 445590:4a1e18dd8f47
user:      palle <palle%NetBSD.org@localhost>
date:      Sun Nov 04 20:02:07 2018 +0000

description:
Ensure that the 64-bit condition codes are used instead of the 32-bit condition codes. ok martin@

diffstat:

 sys/arch/sparc64/sparc64/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d0d971f56eda -r 4a1e18dd8f47 sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Sun Nov 04 16:30:28 2018 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Sun Nov 04 20:02:07 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.414 2018/05/26 19:20:21 palle Exp $       */
+/*     $NetBSD: locore.s,v 1.415 2018/11/04 20:02:07 palle Exp $       */
 
 /*
  * Copyright (c) 2006-2010 Matthew R. Green
@@ -7453,7 +7453,7 @@
        andn    %o1, %o3, %o1
        andn    %o2, %o3, %o2
        cmp     %o1, %o2        ! Did we wrap?  (stick < stick_cmpr)
-       bgt,pt  %icc, 1f
+       bgt,pt  %xcc, 1f
         add    %o1, 1000, %o1  ! Need some slack so we don't lose intrs.
 
        /*



Home | Main Index | Thread Index | Old Index