2
0
Эх сурвалжийг харах

Also define __CPU_SIMPLE_LOCK_PAD for x86_64 netbsd

git-svn-id: trunk@29057 -
pierre 11 жил өмнө
parent
commit
5659e910ef

+ 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};