Module Name:    src
Committed By:   yamt
Date:           Tue Jul 26 12:57:35 UTC 2011

Modified Files:
        src/sys/arch/i386/include: frameasm.h

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/i386/include/frameasm.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/i386/include/frameasm.h
diff -u src/sys/arch/i386/include/frameasm.h:1.14 src/sys/arch/i386/include/frameasm.h:1.15
--- src/sys/arch/i386/include/frameasm.h:1.14	Mon Jul  7 13:01:16 2008
+++ src/sys/arch/i386/include/frameasm.h	Tue Jul 26 12:57:35 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: frameasm.h,v 1.14 2008/07/07 13:01:16 gmcgarry Exp $	*/
+/*	$NetBSD: frameasm.h,v 1.15 2011/07/26 12:57:35 yamt Exp $	*/
 
 #ifndef _I386_FRAMEASM_H_
 #define _I386_FRAMEASM_H_
@@ -139,7 +139,7 @@
 	movl	%esp, %eax; \
 	jne	999f; \
 	movl	CPUVAR(INTRSTACK), %esp; \
-999:	pushl	%eax; \
+999:	pushl	%eax; /* eax == pointer to intrframe */ \
 
 /*
  * IDEPTH_DECR:

Reply via email to