Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/sh3/gen Indent delay slot.



details:   https://anonhg.NetBSD.org/src/rev/d40332c9bb21
branches:  trunk
changeset: 552239:d40332c9bb21
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Sep 22 02:38:13 2003 +0000

description:
Indent delay slot.

diffstat:

 lib/libc/arch/sh3/gen/movstrSI.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 4772af7a342c -r d40332c9bb21 lib/libc/arch/sh3/gen/movstrSI.S
--- a/lib/libc/arch/sh3/gen/movstrSI.S  Mon Sep 22 02:35:46 2003 +0000
+++ b/lib/libc/arch/sh3/gen/movstrSI.S  Mon Sep 22 02:38:13 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: movstrSI.S,v 1.4 2001/05/11 19:58:07 msaitoh Exp $     */
+/*     $NetBSD: movstrSI.S,v 1.5 2003/09/22 02:38:13 uwe Exp $ */
 
 /*
  * Copyright (c) 2000 SHIMIZU Ryo.  All rights reserved.
@@ -76,4 +76,4 @@
 ALTENTRY(__movstrSI4)
        mov.l   @r5, r0
        rts
-       mov.l   r0, @r4
+        mov.l  r0, @r4



Home | Main Index | Thread Index | Old Index