We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7381637 commit 2a109deCopy full SHA for 2a109de
src/generic/type.h
@@ -77,7 +77,7 @@ static really_inline int32_t scan_generic_class(
77
{
78
if (scan_int16(data + 5, length - 5, code) == 0)
79
return -1;
80
- if (*code < 4)
+ if (*code <= 4)
81
*mnemonic = &classes[*code].name;
82
else
83
*mnemonic = &classes[0].name;
src/westmere/type.h
0 commit comments