diff options
| author | christos <christos@NetBSD.org> | 2007-01-20 18:56:30 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-01-20 18:56:30 +0000 |
| commit | d1ddfe10b1a63bee1abcacc7cee45449400ecc4e (patch) | |
| tree | 31a07bea1735ec57d971df93ebba8c016d050d4e /lib/libpthread | |
| parent | a3252760bc3fefec135540c46fe0312bf7afe901 (diff) | |
fix warning about indirect call without *
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/arch/i386/_getsetc.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/i386/_getsetc.S b/lib/libpthread/arch/i386/_getsetc.S index 5575bbcdfb7..d045b86e70c 100644 --- a/lib/libpthread/arch/i386/_getsetc.S +++ b/lib/libpthread/arch/i386/_getsetc.S @@ -1,4 +1,4 @@ -/* $NetBSD: _getsetc.S,v 1.5 2004/11/30 21:05:01 nathanw Exp $ */ +/* $NetBSD: _getsetc.S,v 1.6 2007/01/20 18:56:30 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ 1: btl $8, (UC_REGS + _REG_EFL * 4)(%ecx) ; \ jnc 2f ; \ pushl %ecx ; \ - call PIC_GOT(_C_LABEL(setcontext)) ; \ + call *PIC_GOT(_C_LABEL(setcontext)) ; \ 2: and $_UC_FPU, %eax ; \ jz 3f ; \ FPLOAD(%ecx) ; \ |
