Skip to content

Commit

Permalink
Allow (>255) DTZ values.
Browse files Browse the repository at this point in the history
I am not sure what the real maximum is.
  • Loading branch information
basil00 committed Dec 6, 2015
1 parent dee3341 commit 12faf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tbprobe.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ extern unsigned tb_probe_root_impl(
#define TB_RESULT_FROM_MASK 0x0000FC00
#define TB_RESULT_PROMOTES_MASK 0x00070000
#define TB_RESULT_EP_MASK 0x00080000
#define TB_RESULT_DTZ_MASK 0x0FF00000
#define TB_RESULT_DTZ_MASK 0xFFF00000
#define TB_RESULT_WDL_SHIFT 0
#define TB_RESULT_TO_SHIFT 4
#define TB_RESULT_FROM_SHIFT 10
Expand Down

0 comments on commit 12faf8a

Please sign in to comment.