소스 검색

* fixed bug in linux.pp / user_desc record

git-svn-id: trunk@6949 -
ivost 18 년 전
부모
커밋
de36c38282
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      rtl/linux/linux.pp

+ 2 - 2
rtl/linux/linux.pp

@@ -182,9 +182,9 @@ const
   UD_LM                   = $80;
 
 type
-  user_desc = record
+  user_desc = packed record
     entry_number  : cint;
-    base_addr     : pointer;
+    base_addr     : cuint;
     limit         : cuint;
     flags         : cuint;
   end;