Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread/arch/sh5 Duh. s/PIC_PROLOGUE/PIC_EPILOGUE/



details:   https://anonhg.NetBSD.org/src/rev/af9ed27c82f0
branches:  trunk
changeset: 547310:af9ed27c82f0
user:      scw <scw%NetBSD.org@localhost>
date:      Fri May 16 22:40:56 2003 +0000

description:
Duh. s/PIC_PROLOGUE/PIC_EPILOGUE/

diffstat:

 lib/libpthread/arch/sh5/pthread_switch.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 4b476d220837 -r af9ed27c82f0 lib/libpthread/arch/sh5/pthread_switch.S
--- a/lib/libpthread/arch/sh5/pthread_switch.S  Fri May 16 21:40:41 2003 +0000
+++ b/lib/libpthread/arch/sh5/pthread_switch.S  Fri May 16 22:40:56 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_switch.S,v 1.4 2003/03/26 22:33:57 scw Exp $   */
+/*     $NetBSD: pthread_switch.S,v 1.5 2003/05/16 22:40:56 scw Exp $   */
 
 /*-
  * Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
@@ -214,8 +214,8 @@
        ld.q    r15, RND_CTXSIZE+8, r29
        ld.q    r15, RND_CTXSIZE, r28
        add     r15, r0, r15
-       PIC_PROLOGUE
-       blink   tr0, r18
+       PIC_EPILOGUE
+       blink   tr0, r63
 
 
 /*



Home | Main Index | Thread Index | Old Index