From d1ddfe10b1a63bee1abcacc7cee45449400ecc4e Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 20 Jan 2007 18:56:30 +0000 Subject: fix warning about indirect call without * --- lib/libpthread/arch/i386/_getsetc.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpthread') 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) ; \ -- cgit