2009-12-01 Till Straumann <strauman@slac.stanford.edu>

* shared/startup/panic.c: Fixed compiler warning.
This commit is contained in:
Till Straumann
2009-12-02 00:31:13 +00:00
parent af3fcf12af
commit 559aebce25
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
* shared/startup/panic.c: Fixed compiler warning.
2009-12-01 Till Straumann <strauman@slac.stanford.edu> 2009-12-01 Till Straumann <strauman@slac.stanford.edu>
* shared/startup/probeMemEnd.c: removed __here_s_the_real_end * shared/startup/probeMemEnd.c: removed __here_s_the_real_end

View File

@@ -7,7 +7,7 @@
#include <libcpu/stackTrace.h> #include <libcpu/stackTrace.h>
static void static void
rebootQuestion() rebootQuestion(void)
{ {
printk("Press a key to reboot\n"); printk("Press a key to reboot\n");
BSP_poll_char_via_serial(); BSP_poll_char_via_serial();