aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-05-28 08:11:52 +0800
committerTat-Chee Wan (USM)2011-05-28 08:11:52 +0800
commite4ee512ec341cb349d51c7671092d203472b840a (patch)
tree7c5cabcbd2a69bb34e1181eb86da398f77c29b14 /Debugger/debug_stub.h
parent4d93e6ac4eecf0f5fe995be1729b71686c394568 (diff)
pass isr return address into nxos debug handler
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index 4915007..c5cbeee 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -71,7 +71,7 @@ ENUM_END(comm_chan_t)
* !0 if mode switch will happen
* Used by NxOS only
*/
-FUNCDEF int nxos__handleDebug(unsigned char *msg, comm_chan_t channel, long len);
+FUNCDEF int nxos__handleDebug(unsigned char *msg, comm_chan_t channel, long len, void *isrRetAddr);
#endif
#ifndef __NXOS__