FreeCalypso > hg > freecalypso-sw
comparison rvinterf/tmsh/pktsort.c @ 337:a26470040d89
fc-tmsh: old buglet in the handling of ETM traces
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 22 Apr 2014 07:42:40 +0000 |
parents | 40b8557b9d04 |
children |
comparison
equal
deleted
inserted
replaced
336:922efdd65dce | 337:a26470040d89 |
---|---|
20 print_etm_trace() | 20 print_etm_trace() |
21 { | 21 { |
22 char buf[MAX_PKT_FROM_TARGET*4]; | 22 char buf[MAX_PKT_FROM_TARGET*4]; |
23 | 23 |
24 strcpy(buf, "ETM Tr: "); | 24 strcpy(buf, "ETM Tr: "); |
25 safe_print_trace(rvi_msg + 7, rvi_msg_len - 7, buf + 9); | 25 safe_print_trace(rvi_msg + 7, rvi_msg_len - 7, buf + 8); |
26 async_msg_output(buf); | 26 async_msg_output(buf); |
27 } | 27 } |
28 | 28 |
29 static void | 29 static void |
30 process_rvt() | 30 process_rvt() |