Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watmath.UUCP Path: utzoo!watmath!arwhite From: arwhite@watmath.UUCP (Alex White) Newsgroups: net.bugs.4bsd Subject: Asm() label botch again... Message-ID: <6706@watmath.UUCP> Date: Mon, 23-Jan-84 16:13:27 EST Article-I.D.: watmath.6706 Posted: Mon Jan 23 16:13:27 1984 Date-Received: Mon, 23-Jan-84 23:57:46 EST Organization: U of Waterloo, Ontario Lines: 14 Subject: Segmentation violation due to junk user interrupt stack Index: sys/vax/machdep.c 4.2BSD Description: stupid asm() botch. Repeat-By: Don't bother, not worth it. Fix: sigcleanup() has in #ifndef lint around an asm("prober") which follows an if statement, and, as is well known, the label gets emited by the C compiler in the wrong place; there are certainly other places in the code which carefully have the following line in front of that #ifndef lint, place it here as well: ; /* Avoid asm() label botch */