summaryrefslogtreecommitdiffstats
path: root/Support_Libs
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-16 16:07:12 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-16 16:07:12 (GMT)
commitaf87b55d03ad6f13196d27c7483837a7c4606564 (patch)
tree09d2df7d043fc72d54114d61c10c518f726bfe2e /Support_Libs
parent75740fc47251c003d9d3b32efdf60fd2ca7f9e1e (diff)
downloadTASS-af87b55d03ad6f13196d27c7483837a7c4606564.zip
TASS-af87b55d03ad6f13196d27c7483837a7c4606564.tar.gz
TASS-af87b55d03ad6f13196d27c7483837a7c4606564.tar.bz2
Attempt to add Spectrum Analasys.
Diffstat (limited to 'Support_Libs')
-rw-r--r--Support_Libs/debug/debug.hcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Support_Libs/debug/debug.hcc b/Support_Libs/debug/debug.hcc
index ac7c481..16c5564 100644
--- a/Support_Libs/debug/debug.hcc
+++ b/Support_Libs/debug/debug.hcc
@@ -11,7 +11,7 @@ void print_hex_value(unsigned 32 value) {
/*
* We print 32 bits values max, so we only need 8 positions.
*/
- for(index = 0; index != 7; index++) {
+ for(index = 0; index != 8; index++) {
/*
* The 4 MSB equals one hex digit so we ignore the rest.
*/