help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [call for testing] intel mac crashes


From: Paolo Bonzini
Subject: [Help-smalltalk] [call for testing] intel mac crashes
Date: Wed, 18 Apr 2007 13:49:27 +0200
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Par of the failure should be fixed by the following patchlet. However, there is another subsequent failure after applying this.

Thanks,

--- orig/libgst/md-config.h
+++ mod/libgst/md-config.h
@@ -87,7 +87,7 @@
 # define REG_AVAILABILITY 0
 # define __DECL_REG1 __asm("%esi")
 # define __DECL_REG2 __asm("%edi")
-# ifdef PIC
+# if defined __PIC__ || defined __pic__
# define __DECL_REG3 __asm("%edx") /* Don't conflict with GOT pointer... */
 # else
# define __DECL_REG3 __asm("%ebx") /* ...but prefer a callee-save reg. */

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]