diff --git a/Zydis/Zydis.Decoder.Types.pas b/Zydis/Zydis.Decoder.Types.pas index 1ffd72a..4efb496 100644 --- a/Zydis/Zydis.Decoder.Types.pas +++ b/Zydis/Zydis.Decoder.Types.pas @@ -461,7 +461,7 @@ TZydisDecoderContext = record // The scale factor for EVEX/MVEX compressed 8-bit displacement values. cd8_scale: ZyanU8; // TODO: Could make sense to expose this in the ZydisDecodedInstruction end; - PZydisDecoderContext = TZydisDecoderContext; + PZydisDecoderContext = ^TZydisDecoderContext; implementation