Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/compat/arch/sh3/gen Oops, correct numeric label in ...
details: https://anonhg.NetBSD.org/src/rev/de436f15faf8
branches: trunk
changeset: 586925:de436f15faf8
user: uwe <uwe%NetBSD.org@localhost>
date: Thu Jan 05 04:41:16 2006 +0000
description:
Oops, correct numeric label in branch.
diffstat:
lib/libc/compat/arch/sh3/gen/compat_sigsetjmp.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a8fb3cd13702 -r de436f15faf8 lib/libc/compat/arch/sh3/gen/compat_sigsetjmp.S
--- a/lib/libc/compat/arch/sh3/gen/compat_sigsetjmp.S Thu Jan 05 04:38:39 2006 +0000
+++ b/lib/libc/compat/arch/sh3/gen/compat_sigsetjmp.S Thu Jan 05 04:41:16 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_sigsetjmp.S,v 1.2 2006/01/05 04:38:39 uwe Exp $ */
+/* $NetBSD: compat_sigsetjmp.S,v 1.3 2006/01/05 04:41:16 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -38,7 +38,7 @@
#include <machine/setjmp.h>
#if defined(LIBC_SCCS)
- RCSID("$NetBSD: compat_sigsetjmp.S,v 1.2 2006/01/05 04:38:39 uwe Exp $")
+ RCSID("$NetBSD: compat_sigsetjmp.S,v 1.3 2006/01/05 04:41:16 uwe Exp $")
#endif
ENTRY(sigsetjmp)
@@ -81,7 +81,7 @@
ENTRY(siglongjmp)
mov.l @(_JB_HAS_MASK * 4, r4), r0
tst r0, r0
- bt 1f
+ bt 2f
PIC_PROLOGUE(.L_got_2)
/* we won't return here, so we don't need to save pr */
Home |
Main Index |
Thread Index |
Old Index