Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/powerpc Whitespace nit in previous.



details:   https://anonhg.NetBSD.org/src/rev/4d8693c7422e
branches:  trunk
changeset: 542163:4d8693c7422e
user:      kleink <kleink%NetBSD.org@localhost>
date:      Wed Jan 22 22:15:06 2003 +0000

description:
Whitespace nit in previous.

diffstat:

 sys/arch/powerpc/powerpc/trap_subr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f2134027ccba -r 4d8693c7422e sys/arch/powerpc/powerpc/trap_subr.S
--- a/sys/arch/powerpc/powerpc/trap_subr.S      Wed Jan 22 22:12:56 2003 +0000
+++ b/sys/arch/powerpc/powerpc/trap_subr.S      Wed Jan 22 22:15:06 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap_subr.S,v 1.31 2003/01/22 21:44:56 kleink Exp $    */
+/*     $NetBSD: trap_subr.S,v 1.32 2003/01/22 22:15:06 kleink Exp $    */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -614,7 +614,7 @@
        lwz     5,FRAME_XER+8(1);                                       \
        lwz     6,FRAME_LR+8(1);                                        \
        lwz     7,FRAME_CR+8(1);                                        \
-       RESTORE_MQ(1,8);                                                        \
+       RESTORE_MQ(1,8);                                                \
        RESTORE_VRSAVE(1,9);                                            \
        stw     2,savearea(0);                                          \
        stw     3,savearea+4(0);                                        \



Home | Main Index | Thread Index | Old Index