Skip to content

Commit 5acfd82

Browse files
authored
Fix ZydisFeature enum max value constant (#408)
1 parent d606c85 commit 5acfd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Zydis/Zydis.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ typedef enum ZydisFeature_
141141
/**
142142
* Maximum value of this enum.
143143
*/
144-
ZYDIS_FEATURE_MAX_VALUE = ZYDIS_FEATURE_KNC,
144+
ZYDIS_FEATURE_MAX_VALUE = ZYDIS_FEATURE_SEGMENT,
145145
/**
146146
* The minimum number of bits required to represent all values of this enum.
147147
*/

0 commit comments

Comments
 (0)