Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm Add operand that GNU as considers optional,...
details: https://anonhg.NetBSD.org/src/rev/a4702b1e914e
branches: trunk
changeset: 966397:a4702b1e914e
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Oct 28 18:14:38 2019 +0000
description:
Add operand that GNU as considers optional, but LLVM doesn't.
diffstat:
sys/arch/arm/arm/fusu.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f13939e0e85d -r a4702b1e914e sys/arch/arm/arm/fusu.S
--- a/sys/arch/arm/arm/fusu.S Mon Oct 28 18:13:40 2019 +0000
+++ b/sys/arch/arm/arm/fusu.S Mon Oct 28 18:14:38 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fusu.S,v 1.7 2019/04/07 14:14:03 thorpej Exp $ */
+/* $NetBSD: fusu.S,v 1.8 2019/10/28 18:14:38 joerg Exp $ */
/*-
* Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -127,7 +127,7 @@
ENTRY(_ufetch_16_ldrht)
UFETCHSTORE_PROLOGUE
- ldrht r3, [r0]
+ ldrht r3, [r0], #0
strh r3, [r1]
UFETCHSTORE_EPILOGUE
@@ -186,7 +186,7 @@
ENTRY(_ustore_16_strht)
UFETCHSTORE_PROLOGUE
- strht r1, [r0]
+ strht r1, [r0], #0
UFETCHSTORE_EPILOGUE
RETURN_SUCCESS
Home |
Main Index |
Thread Index |
Old Index