mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 07:59:45 +01:00
* fixed bug in linux.pp / user_desc record
git-svn-id: trunk@6949 -
This commit is contained in:
parent
8c8042aaf0
commit
de36c38282
@ -182,9 +182,9 @@ const
|
|||||||
UD_LM = $80;
|
UD_LM = $80;
|
||||||
|
|
||||||
type
|
type
|
||||||
user_desc = record
|
user_desc = packed record
|
||||||
entry_number : cint;
|
entry_number : cint;
|
||||||
base_addr : pointer;
|
base_addr : cuint;
|
||||||
limit : cuint;
|
limit : cuint;
|
||||||
flags : cuint;
|
flags : cuint;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user