iPod Nano 2G: Post-mortem memory dumper stub (FS#11701)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28573 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2010-11-13 12:05:53 +00:00
parent e872e9b913
commit a961798c2c
3 changed files with 312 additions and 0 deletions

View file

@ -182,8 +182,11 @@ void system_reboot(void)
#endif
}
extern void post_mortem_stub(void);
void system_exception_wait(void)
{
post_mortem_stub();
while(1);
}