Explorar el Código

* fixed bug in linux.pp / user_desc record

git-svn-id: trunk@6949 -
ivost hace 18 años
padre
commit
de36c38282
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;