зеркало из https://github.com/mozilla/pjs.git
Bug 314432, Get rid of TVector glue in Default Plugin on Mac/Intel. Built but not used in Firefox. r=josh
This commit is contained in:
Родитель
ae34af0159
Коммит
e9b3b45c67
|
@ -89,7 +89,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
#ifdef __ppc__
|
||||
|
||||
// glue for mapping outgoing Macho function pointers to TVectors
|
||||
struct TFPtoTVGlue{
|
||||
|
@ -172,7 +172,7 @@ static void* SetupTVtoFPGlue(TTVtoFPGlue* functionGlue, void* tvp)
|
|||
#define PLUGIN_TO_HOST_GLUE(name, fp) (fp)
|
||||
#define HOST_TO_PLUGIN_GLUE(name, fp) (fp)
|
||||
|
||||
#endif /* XP_MACOSX */
|
||||
#endif /* __ppc__ */
|
||||
|
||||
|
||||
#pragma mark -
|
||||
|
|
Загрузка…
Ссылка в новой задаче