Skip to content

Commit

Permalink
Decoder: add missing underscore for ZydisDecodedInstructionRawEvex
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Apr 8, 2024
1 parent 1ad8a15 commit d347321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Zydis/DecoderTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ typedef struct ZydisDecodedInstructionRawVex_
/**
* Detailed info about the `EVEX` prefix.
*/
typedef struct ZydisDecodedInstructionRawEvex
typedef struct ZydisDecodedInstructionRawEvex_
{
/**
* Extension of the `ModRM.reg` field (inverted).
Expand Down

0 comments on commit d347321

Please sign in to comment.