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/string Appease new gas
details: https://anonhg.NetBSD.org/src/rev/2ab8dd6ca241
branches: trunk
changeset: 790253:2ab8dd6ca241
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Sep 30 12:31:27 2013 +0000
description:
Appease new gas
diffstat:
common/lib/libc/arch/arm/string/ffs.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 72137872abb8 -r 2ab8dd6ca241 common/lib/libc/arch/arm/string/ffs.S
--- a/common/lib/libc/arch/arm/string/ffs.S Mon Sep 30 12:30:51 2013 +0000
+++ b/common/lib/libc/arch/arm/string/ffs.S Mon Sep 30 12:31:27 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.S,v 1.4 2013/08/19 02:55:19 matt Exp $ */
+/* $NetBSD: ffs.S,v 1.5 2013/09/30 12:31:27 skrll Exp $ */
/*
* Copyright (c) 2001 Christopher Gilbert
* All rights reserved.
@@ -30,7 +30,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: ffs.S,v 1.4 2013/08/19 02:55:19 matt Exp $")
+RCSID("$NetBSD: ffs.S,v 1.5 2013/09/30 12:31:27 skrll Exp $")
/*
* ffs - find first set bit, this algorithm isolates the first set
@@ -73,7 +73,7 @@
rsbne r0, r0, r0, lsl #16 /* r0 = X * 0x0450fbaf */
/* now lookup in table indexed on top 6 bits of r0 */
- ldrbne r0, [ r2, r0, lsr #26 ]
+ ldrbne r0, [r2, r0, lsr #26 ]
RET
.text;
Home |
Main Index |
Thread Index |
Old Index