[BACK]Return to frameasm.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/include/frameasm.h between version 1.14 and 1.15

version 1.14, 2008/07/07 13:01:16 version 1.15, 2011/07/26 12:57:35
Line 139 
Line 139 
         movl    %esp, %eax; \          movl    %esp, %eax; \
         jne     999f; \          jne     999f; \
         movl    CPUVAR(INTRSTACK), %esp; \          movl    CPUVAR(INTRSTACK), %esp; \
 999:    pushl   %eax; \  999:    pushl   %eax; /* eax == pointer to intrframe */ \
   
 /*  /*
  * IDEPTH_DECR:   * IDEPTH_DECR:

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>