[BACK]Return to db_trap.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ddb

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

Diff for /src/sys/ddb/db_trap.c between version 1.23 and 1.24

version 1.23, 2005/12/11 12:20:53 version 1.24, 2007/02/21 22:59:57
Line 59  int db_trap_type;
Line 59  int db_trap_type;
 void  void
 db_trap(int type, int code)  db_trap(int type, int code)
 {  {
         boolean_t       bkpt;          bool    bkpt;
         boolean_t       watchpt;          bool    watchpt;
   
         db_trap_type = type;          db_trap_type = type;
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>