Fix PIC32 error in last check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4125 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
b39704c1b6
commit
4a9b2c7b1b
@ -158,7 +158,7 @@ uint32_t *pic32mx_decodeirq(uint32_t *regs)
|
|||||||
up_ledoff(LED_INIRQ);
|
up_ledoff(LED_INIRQ);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
current_regs = savestate;
|
current_regs = NULL;
|
||||||
up_ledoff(LED_INIRQ);
|
up_ledoff(LED_INIRQ);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user