143013Sbostic/*- 2*61117Sbostic * Copyright (c) 1990, 1993 3*61117Sbostic * The Regents of the University of California. All rights reserved. 443013Sbostic * 543013Sbostic * This code is derived from software contributed to Berkeley by 643013Sbostic * the Systems Programming Group of the University of Utah Computer 743013Sbostic * Science Department. 843013Sbostic * 943013Sbostic * %sccs.include.redist.c% 1043013Sbostic */ 1143013Sbostic 1243013Sbostic#if defined(LIBC_SCCS) && !defined(lint) 13*61117Sbostic .asciz "@(#)negsf2.s 8.1 (Berkeley) 06/04/93" 1443013Sbostic#endif /* LIBC_SCCS and not lint */ 1543013Sbostic 1643013Sbostic#include "DEFS.h" 1743013Sbostic 1843013Sbostic/* -single */ 1943013SbosticENTRY(__negsf2) 2043013Sbostic movel sp@(4),d0 2143013Sbostic bchg #31,d0 2243013Sbostic rts 23