143014Sbostic /*- 2*61117Sbostic * Copyright (c) 1990, 1993 3*61117Sbostic * The Regents of the University of California. All rights reserved. 443014Sbostic * 543014Sbostic * This code is derived from software contributed to Berkeley by 643014Sbostic * the Systems Programming Group of the University of Utah Computer 743014Sbostic * Science Department. 843014Sbostic * 943014Sbostic * %sccs.include.redist.c% 1043014Sbostic */ 1143014Sbostic 1243014Sbostic #if defined(LIBC_SCCS) && !defined(lint) 13*61117Sbostic static char sccsid[] = "@(#)saveregs.c 8.1 (Berkeley) 06/04/93"; 1443014Sbostic #endif /* LIBC_SCCS and not lint */ 1543014Sbostic __builtin_saveregs()1643014Sbostic__builtin_saveregs() 1743014Sbostic { 1843014Sbostic abort(); 1943014Sbostic } 20