瀏覽代碼

AROS: Fixed DosList for 64bit

git-svn-id: trunk@44102 -
marcus 5 年之前
父節點
當前提交
7abd324231
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/arosunits/src/amigados.pas

+ 4 - 0
packages/arosunits/src/amigados.pas

@@ -935,7 +935,11 @@ type
         end;
       );
       3 :(
+        {$ifdef CPU64}
+        dol_Misc: array[0..39] of Byte;
+        {$else}
         dol_Misc: array[0..23] of Byte;
+        {$endif}
         dol_Name: BSTR;           {    bptr to bcpl name }
       );
     end;