[BACK]Return to locore.s CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc / sparc

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

Diff for /src/sys/arch/sparc/sparc/locore.s between version 1.30 and 1.31

version 1.30, 1994/12/17 08:45:35 version 1.31, 1995/03/01 09:26:29
Line 4737  ENTRY(write_all_windows)
Line 4737  ENTRY(write_all_windows)
         nop          nop
 #endif /* KGDB */  #endif /* KGDB */
   
 #ifdef DDB  
 ENTRY(setjmp)  ENTRY(setjmp)
         std     %sp, [%o0+0]    ! stack pointer & return pc          std     %sp, [%o0+0]    ! stack pointer & return pc
         st      %fp, [%o0+8]    ! frame pointer          st      %fp, [%o0+8]    ! frame pointer
Line 4778  Llongjmpbotch:
Line 4777  Llongjmpbotch:
 3:  3:
         jmp     %o3 + 8         ! success, return %g6          jmp     %o3 + 8         ! success, return %g6
          mov    %g6, %o0           mov    %g6, %o0
 #endif /* DDB */  
   
         .data          .data
 #ifdef DDB  #ifdef DDB

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>