diff options
| author | perry <perry@NetBSD.org> | 2005-12-24 23:10:08 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2005-12-24 23:10:08 +0000 |
| commit | ce666bb8ce77792a3948ca697c2fdad578a542a7 (patch) | |
| tree | 82a46dfc01e489a1c53de321f1b3d378e4b5f92d /lib/libpthread | |
| parent | 971a8b8cc76e1e3b016c49d0f009fdb9f49e3d32 (diff) | |
__asm__ -> __asm
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/arch/hppa/pthread_md.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/hppa/pthread_md.h b/lib/libpthread/arch/hppa/pthread_md.h index 031ac647395..a5e03108bf3 100644 --- a/lib/libpthread/arch/hppa/pthread_md.h +++ b/lib/libpthread/arch/hppa/pthread_md.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_md.h,v 1.2 2005/12/24 21:11:16 perry Exp $ */ +/* $NetBSD: pthread_md.h,v 1.3 2005/12/24 23:11:13 perry Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ static inline long pthread__sp(void) { - register long sp __asm__("r30"); + register long sp __asm("r30"); return sp; } |
