Przeglądaj źródła

* 64 bit fixes

git-svn-id: trunk@6490 -
Jonas Maebe 18 lat temu
rodzic
commit
263a31cedd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rtl/darwin/pmutext.inc

+ 1 - 1
rtl/darwin/pmutext.inc

@@ -15,4 +15,4 @@
 { definition of pthread_mutex_t, because needed in both ptypes.inc and }
 { in sysosh.inc                                                        }
 
-record sig: {$ifdef cpu64}int64{$else}longint{$endif}; opaque: array[0..40-1] of byte; end;
+record sig: {$ifdef cpu64}int64{$else}longint{$endif}; opaque: array[0..{$ifdef cpu64}56{$else}40{$endif}-1] of byte; end;