---
 software/gdbstub/gdbstub.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/software/gdbstub/gdbstub.c b/software/gdbstub/gdbstub.c
index d2961c0..4535ddd 100644
--- a/software/gdbstub/gdbstub.c
+++ b/software/gdbstub/gdbstub.c
@@ -673,11 +673,13 @@ void handle_exception(unsigned int *registers)
 {
     int irq;
     
-    /* make sure break is disabled.
+    /*
+     * make sure break is disabled.
      * we can enter the stub with break enabled when the application calls it.
-     * there is a race condition here if the break is asserted before
-     * this line is executed, but the race window is small. to prevent it 
completely,
-     * applications should disable debug exceptions before jumping to debug 
ROM.
+     * there is a race condition here if the break is asserted before this line
+     * is executed, but the race window is small. to prevent it completely,
+     * applications should disable debug exceptions before jumping to debug
+     * ROM.
      */
     CSR_UART_BREAK = 0;
 
-- 
1.7.2.5

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode
Twitter: www.twitter.com/milkymistvj
Ideas? http://milkymist.uservoice.com

Reply via email to