Skip to content

Commit d347321

Browse files
committed
Decoder: add missing underscore for ZydisDecodedInstructionRawEvex
1 parent 1ad8a15 commit d347321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/Zydis/DecoderTypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ typedef struct ZydisDecodedInstructionRawVex_
865865
/**
866866
* Detailed info about the `EVEX` prefix.
867867
*/
868-
typedef struct ZydisDecodedInstructionRawEvex
868+
typedef struct ZydisDecodedInstructionRawEvex_
869869
{
870870
/**
871871
* Extension of the `ModRM.reg` field (inverted).

0 commit comments

Comments
 (0)