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 Change movsne to movnes for ...
details: https://anonhg.NetBSD.org/src/rev/20833fcefb68
branches: trunk
changeset: 784416:20833fcefb68
user: matt <matt%NetBSD.org@localhost>
date: Mon Jan 28 06:22:34 2013 +0000
description:
Change movsne to movnes for clang.
diffstat:
common/lib/libc/arch/arm/atomic/atomic_swap.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ccbe21a30868 -r 20833fcefb68 common/lib/libc/arch/arm/atomic/atomic_swap.S
--- a/common/lib/libc/arch/arm/atomic/atomic_swap.S Mon Jan 28 06:17:57 2013 +0000
+++ b/common/lib/libc/arch/arm/atomic/atomic_swap.S Mon Jan 28 06:22:34 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atomic_swap.S,v 1.4 2012/08/31 23:41:52 matt Exp $ */
+/* $NetBSD: atomic_swap.S,v 1.5 2013/01/28 06:22:34 matt Exp $ */
/*-
* Copyright (c) 2007,2012 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
#else
swp r0, r1, [r2]
cmp r0, r1
- movsne ip, #0
+ movnes ip, #0
#endif
cmpne ip, #0
bne 1b
Home |
Main Index |
Thread Index |
Old Index