From c36e356f2dfde4cbea8effc31f16fcb42e9293d1 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Tue, 21 Jun 2011 14:12:31 +0800 Subject: exported debug_outcommbuf and debug_incommbuf symbols debug_runlooptasks.S need to access some symbols, so export them --- Debugger/debug_comm.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Debugger/debug_comm.S') 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: -- cgit v1.2.3