/[pupa]/pupa/kern/i386/pc/startup.S
ViewVC logotype

Diff of /pupa/kern/i386/pc/startup.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by okuji, Sat Dec 28 07:16:30 2002 UTC revision 1.3 by okuji, Sat Dec 28 07:42:12 2002 UTC
# Line 797  xnoteisa: Line 797  xnoteisa:
797   */   */
798    
799  FUNCTION(pupa_get_mmap_entry)  FUNCTION(pupa_get_mmap_entry)
800          pusha          pushl   %ebp
801            pushl   %ebx
802            pushl   %edi
803            pushl   %esi
804    
805          /* push ADDR */          /* push ADDR */
806          pushl   %eax          pushl   %eax
# Line 852  xsmap: Line 855  xsmap:
855          /* set return value to continuation */          /* set return value to continuation */
856          movl    %ebx, %eax          movl    %ebx, %eax
857    
858          popa          popl    %esi
859            popl    %edi
860            popl    %ebx
861            popl    %ebp
862          ret          ret
863    
864                    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26