Fix compile/linking issue (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2011-05-30 08:11:23 +00:00
parent 52d71359e2
commit c3d6f72453

View File

@ -25,8 +25,6 @@
#include "cpu/drcuml.h"
#include "cpu/drcumlsh.h"
#ifdef PPC_USE_DRC
using namespace uml;
extern offs_t ppc_dasm_one(char *buffer, UINT32 pc, UINT32 op);
@ -4586,5 +4584,3 @@ DEFINE_LEGACY_CPU_DEVICE(PPC603E, ppc603e);
DEFINE_LEGACY_CPU_DEVICE(PPC603R, ppc603r);
DEFINE_LEGACY_CPU_DEVICE(PPC604, ppc604);
DEFINE_LEGACY_CPU_DEVICE(MPC8240, mpc8240);
#endif