Fix m68k build. Please always have a fallback case in arch dependant code!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28685 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
|
||||
#define EXPORT __declspec(dllexport)
|
||||
|
||||
#if defined(__INTEL__)
|
||||
#define EIEIO()
|
||||
#elif defined(__POWERPC__)
|
||||
#if defined(__POWERPC__)
|
||||
#define EIEIO() __eieio()
|
||||
#else
|
||||
#define EIEIO()
|
||||
#endif
|
||||
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user