summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index f50425b494..12b6f293a4 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -340,6 +340,16 @@ void touchpad_set_sensitivity(int level)
340} 340}
341#endif 341#endif
342 342
343void system_exception_wait(void)
344{
345 while(1);
346}
347
348void system_reboot(void)
349{
350 while(1);
351}
352
343/* assure an unused place to direct virtual pointers to */ 353/* assure an unused place to direct virtual pointers to */
344#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */ 354#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
345unsigned char vp_dummy[VIRT_SIZE]; 355unsigned char vp_dummy[VIRT_SIZE];