forked from Imagelibrary/rtems
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/gdbstub/mips-stub.c: Remove incorrect and unneccessary prototype of printk.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* shared/gdbstub/mips-stub.c: Remove incorrect and unneccessary
|
||||||
|
prototype of printk.
|
||||||
|
|
||||||
2007-04-17 Joel Sherrill <joel@OARcorp.com>
|
2007-04-17 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* jmr3904/tools/runtest: Do not run pppd.exe from batch mode script.
|
* jmr3904/tools/runtest: Do not run pppd.exe from batch mode script.
|
||||||
|
|||||||
@@ -125,10 +125,9 @@
|
|||||||
#include "mips_opcode.h"
|
#include "mips_opcode.h"
|
||||||
/* #include "memlimits.h" */
|
/* #include "memlimits.h" */
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include "gdb_if.h"
|
#include "gdb_if.h"
|
||||||
|
|
||||||
extern int printk(const char *fmt, ...);
|
|
||||||
|
|
||||||
/* Change it to something meaningful when debugging */
|
/* Change it to something meaningful when debugging */
|
||||||
#undef ASSERT
|
#undef ASSERT
|
||||||
#define ASSERT(x) if(!(x)) printk("ASSERT: stub: %d\n", __LINE__)
|
#define ASSERT(x) if(!(x)) printk("ASSERT: stub: %d\n", __LINE__)
|
||||||
|
|||||||
Reference in New Issue
Block a user