Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libc/arch/arm/atomic switch to unified syntax



details:   https://anonhg.NetBSD.org/src/rev/45e324de7397
branches:  trunk
changeset: 326466:45e324de7397
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 30 06:39:16 2014 +0000

description:
switch to unified syntax

diffstat:

 common/lib/libc/arch/arm/atomic/atomic_swap.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7a0652eb5079 -r 45e324de7397 common/lib/libc/arch/arm/atomic/atomic_swap.S
--- a/common/lib/libc/arch/arm/atomic/atomic_swap.S     Thu Jan 30 06:38:00 2014 +0000
+++ b/common/lib/libc/arch/arm/atomic/atomic_swap.S     Thu Jan 30 06:39:16 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atomic_swap.S,v 1.8 2013/11/08 22:42:52 matt Exp $     */
+/*     $NetBSD: atomic_swap.S,v 1.9 2014/01/30 06:39:16 matt Exp $     */
 
 /*-
  * Copyright (c) 2007,2012 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
 #else
        swp     r0, r1, [ip]
        cmp     r0, r1
-       movnes  r3, #0
+       movsne  r3, #0
        cmpne   r3, #0
 #endif
        bne     1b



Home | Main Index | Thread Index | Old Index