Check correct machine name.

This commit is contained in:
Yoshihiro Takahashi 2002-10-14 13:02:30 +00:00
parent f974f604ef
commit 0f8a77bf29

View File

@ -155,6 +155,8 @@ mediaInitCDROM(Device *dev)
if (strcmp(cp, "any") &&
#ifdef __alpha__
strcmp(cp, "alpha")) {
#elif defined(PC98)
strcmp(cp, "pc98")) {
#elif defined(__sparc64__)
strcmp(cp, "sparc64")) {
#else