summaryrefslogtreecommitdiffstats
path: root/Support_Libs
diff options
context:
space:
mode:
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.
*/