Skip to content

Commit

Permalink
[probe] Fix half_hex function
Browse files Browse the repository at this point in the history
  • Loading branch information
mfld-fr committed Feb 5, 2020
1 parent 974ac00 commit 6332929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elkscmd/bootblocks/boot_probe.S
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ _half_hex:
add $'0',%al
cmp $'9',%al
jle 1f
add $('A'-'9'),%al
add $('A'-'9'-1),%al
1: jmp _putc

_byte_hex:
Expand Down

0 comments on commit 6332929

Please sign in to comment.