Module Name: src Committed By: matt Date: Mon Feb 15 03:12:17 UTC 2010
Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: asm.h Log Message: Fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.40.38.11 -r1.40.38.12 src/sys/arch/mips/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/include/asm.h diff -u src/sys/arch/mips/include/asm.h:1.40.38.11 src/sys/arch/mips/include/asm.h:1.40.38.12 --- src/sys/arch/mips/include/asm.h:1.40.38.11 Sat Jan 16 20:56:33 2010 +++ src/sys/arch/mips/include/asm.h Mon Feb 15 03:12:17 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: asm.h,v 1.40.38.11 2010/01/16 20:56:33 matt Exp $ */ +/* $NetBSD: asm.h,v 1.40.38.12 2010/02/15 03:12:17 matt Exp $ */ /* * Copyright (c) 1992, 1993 @@ -305,8 +305,8 @@ /* * standard callframe { - * register_t cf_pad[N]; o32/64 (N=0), n32 (N=1) n64 (N=1) * register_t cf_args[4]; arg0 - arg3 (only on o32 and o64) + * register_t cf_pad[N]; o32/64 (N=0), n32 (N=1) n64 (N=1) * register_t cf_gp; global pointer (only on n32 and n64) * register_t cf_sp; frame pointer * register_t cf_ra; return address