mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Remove garbage initcode reference so that 'gcc -Dlint ...'
will compile without error.
This commit is contained in:
parent
48addbfd79
commit
3d78e32756
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18735
1 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: crt0.c,v 1.23 1996/01/30 05:55:20 nate Exp $
|
||||
* $Id: crt0.c,v 1.24 1996/10/01 00:54:48 peter Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -147,7 +147,6 @@ start()
|
|||
|
||||
#ifdef lint
|
||||
kfp = 0;
|
||||
initcode = initcode = 0;
|
||||
#else /* not lint */
|
||||
/* just above the saved frame pointer */
|
||||
asm ("lea 4(%%ebp), %0" : "=r" (kfp) );
|
||||
|
|
Loading…
Reference in a new issue