Browse Source

Also define __CPU_SIMPLE_LOCK_PAD for x86_64 netbsd

git-svn-id: trunk@29057 -
pierre 10 years ago
parent
commit
5659e910ef
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/netbsd/pmutext.inc

+ 3 - 0
rtl/netbsd/pmutext.inc

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