From d347321ba00bc7d1b784f5d1ee4b48761b6e2d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sun, 7 Apr 2024 00:40:01 +0200 Subject: [PATCH] Decoder: add missing underscore for `ZydisDecodedInstructionRawEvex` --- include/Zydis/DecoderTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Zydis/DecoderTypes.h b/include/Zydis/DecoderTypes.h index 4ea3bf7a..ff66ce77 100644 --- a/include/Zydis/DecoderTypes.h +++ b/include/Zydis/DecoderTypes.h @@ -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).