Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/hpcarm Be explicit about the double register...
details: https://anonhg.NetBSD.org/src/rev/3d6bf2f63b16
branches: trunk
changeset: 327237:3d6bf2f63b16
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Mar 02 13:26:30 2014 +0000
description:
Be explicit about the double register use.
diffstat:
sys/arch/hpcarm/hpcarm/locore.S | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 9d9f92b9d3e5 -r 3d6bf2f63b16 sys/arch/hpcarm/hpcarm/locore.S
--- a/sys/arch/hpcarm/hpcarm/locore.S Sun Mar 02 13:26:03 2014 +0000
+++ b/sys/arch/hpcarm/hpcarm/locore.S Sun Mar 02 13:26:30 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.17 2014/03/01 12:48:38 joerg Exp $ */
+/* $NetBSD: locore.S,v 1.18 2014/03/02 13:26:30 joerg Exp $ */
/*
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -263,9 +263,9 @@
add r2, r0, #(PCB_R8)
stmia r2, {r8-r13}
#else
- strd r8, [r0, #(PCB_R8)]
- strd r10, [r0, #(PCB_R10)]
- strd r12, [r0, #(PCB_R12)]
+ strd r8, r9, [r0, #(PCB_R8)]
+ strd r10, r11, [r0, #(PCB_R10)]
+ strd r12, r13, [r0, #(PCB_R12)]
#endif
bl _C_LABEL(dodumpsys)
Home |
Main Index |
Thread Index |
Old Index