mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 21:27:23 +01:00
* missing ^ in pointer declaration.
This commit is contained in:
parent
7fb83161b7
commit
bf4d68f96d
@ -1125,7 +1125,7 @@ Const
|
||||
end;
|
||||
_M128A = M128A;
|
||||
TM128A = M128A;
|
||||
PM128A = TM128A;
|
||||
PM128A = ^TM128A;
|
||||
|
||||
//
|
||||
// Format of data for 32-bit fxsave/fxrstor instructions.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user