mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 07:25:13 +00:00
Early AT45DB debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2943 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
e28f395393
commit
e52cd4f959
2 changed files with 8 additions and 0 deletions
|
|
@ -161,6 +161,10 @@ void up_dataabort(uint32_t *regs, uint32_t far, uint32_t fsr)
|
|||
*/
|
||||
|
||||
pg_miss();
|
||||
|
||||
/* Indicate that we are no longer in an interrupt handler */
|
||||
|
||||
current_regs = NULL;
|
||||
return;
|
||||
|
||||
segfault:
|
||||
|
|
|
|||
|
|
@ -132,6 +132,10 @@ void up_prefetchabort(uint32_t *regs)
|
|||
*/
|
||||
|
||||
pg_miss();
|
||||
|
||||
/* Indicate that we are no longer in an interrupt handler */
|
||||
|
||||
current_regs = NULL;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue