mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
e872e9b913
commit
a961798c2c
3 changed files with 312 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue