* missing ^ in pointer declaration.

This commit is contained in:
marcoonthegit 2024-07-25 11:50:59 +02:00
parent 7fb83161b7
commit bf4d68f96d

View File

@ -1125,7 +1125,7 @@ Const
end;
_M128A = M128A;
TM128A = M128A;
PM128A = TM128A;
PM128A = ^TM128A;
//
// Format of data for 32-bit fxsave/fxrstor instructions.