Explorar o código

Also define __CPU_SIMPLE_LOCK_PAD for x86_64 netbsd

git-svn-id: trunk@29057 -
pierre %!s(int64=11) %!d(string=hai) anos
pai
achega
5659e910ef
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      rtl/netbsd/pmutext.inc

+ 3 - 0
rtl/netbsd/pmutext.inc

@@ -34,6 +34,9 @@ struct	__pthread_mutex_st {
 
 {$ifdef I386}
   {$define __CPU_SIMPLE_LOCK_PAD}
+{$endif}
+{$ifdef X86_64}
+  {$define __CPU_SIMPLE_LOCK_PAD}
 {$endif}
   record
     ptm_magic : dword { should be cuint};