Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1144 → Rev 1287

/demos/trunk/static/static.c
18,11 → 18,11
 
/**
------------
CVS : $Id: static.c,v 1.4 2003-01-07 17:10:18 pj Exp $
CVS : $Id: static.c,v 1.5 2003-12-17 13:52:47 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-01-07 17:10:18 $
Revision: $Revision: 1.5 $
Last update: $Date: 2003-12-17 13:52:47 $
------------
**/
 
52,7 → 52,6
#include <kernel/descr.h>
#include <kernel/var.h>
#include <kernel/func.h>
#include <kernel/trace.h>
 
#define STATIC_printf kern_printf
//#define STATIC_printf printk
184,7 → 183,6
lev->currenttask = NIL;
 
jet_update_endcycle(); /* Update the Jet data... */
trc_logevent(TRC_ENDCYCLE,&exec_shadow); /* tracer stuff */
 
return 0;
}