summaryrefslogtreecommitdiffhomepage
path: root/src/neboot-cpu-api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/neboot-cpu-api.c')
-rw-r--r--src/neboot-cpu-api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/neboot-cpu-api.c b/src/neboot-cpu-api.c
index 2491f15..4617343 100644
--- a/src/neboot-cpu-api.c
+++ b/src/neboot-cpu-api.c
@@ -16,5 +16,9 @@ void cb_restart_machine(void) {
while (1) {
asm volatile("wfi");
}
+#else
+ /// @todo add your reset vector here.
+ while (1)
+ ;
#endif
}