mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
compilation aborts on x86 machines
This commit is contained in:
parent
7e29a242e0
commit
1cca65ee5b
@ -20,6 +20,10 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifdef __i386__
|
||||
#error The sheep driver only runs on PowerPC machines.
|
||||
#endif
|
||||
|
||||
#include <drivers/KernelExport.h>
|
||||
#include <drivers/Drivers.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user