Correct a comment.

This commit is contained in:
thorpej 2002-11-23 17:23:51 +00:00
parent 5df3ea5331
commit df201a40b9

View File

@ -1,4 +1,4 @@
/* $NetBSD: dot_init.h,v 1.3 2002/11/23 01:44:13 thorpej Exp $ */
/* $NetBSD: dot_init.h,v 1.4 2002/11/23 17:23:51 thorpej Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@ -52,7 +52,7 @@
/*
* Allocate 32 bytes for the stack frame. Store GP at SP+16 (since
* this is where code generated by the compiler for fallthru processing
* expects it to be), and the RA at SP+8.
* expects it to be), and the RA at SP+28.
*
* This will need adjustment for 64-bit ABIs.
*/