aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-21 14:12:31 +0800
committerTat-Chee Wan (USM)2011-06-21 14:12:31 +0800
commitc36e356f2dfde4cbea8effc31f16fcb42e9293d1 (patch)
tree4b24e47196d83ba81c3be271c03e8d1513a62d8a
parent5235e4350447ce9486770bd5486d696dd05fd0a5 (diff)
exported debug_outcommbuf and debug_incommbuf symbols
debug_runlooptasks.S need to access some symbols, so export them
-rw-r--r--Debugger/debug_comm.S2
-rw-r--r--Debugger/debug_runlooptasks.S1
2 files changed, 3 insertions, 0 deletions
diff --git a/Debugger/debug_comm.S b/Debugger/debug_comm.S
index ca07420..c605221 100644
--- a/Debugger/debug_comm.S
+++ b/Debugger/debug_comm.S
@@ -40,6 +40,8 @@
.bss
.align 4
+ .global debug_InCommBuf
+ .global debug_OutCommBuf
debug_InCommBuf:
.space USB_BUFSIZE,0
debug_OutCommBuf:
diff --git a/Debugger/debug_runlooptasks.S b/Debugger/debug_runlooptasks.S
index e081f29..4115ad6 100644
--- a/Debugger/debug_runlooptasks.S
+++ b/Debugger/debug_runlooptasks.S
@@ -170,6 +170,7 @@ _dbg__reboot_wait:
#ifdef __NXOS__
+ .extern debug_OutCommBuf
.extern nx_usb_is_connected
.extern nx_usb_write
.extern nx_usb_data_written