sh2: fix use of interpreter again (no whatsnew)

This commit is contained in:
R. Belmont 2011-05-29 19:48:25 +00:00
parent 9e70961d4f
commit ad1d996059

View File

@ -14,7 +14,7 @@
#include "sh2comn.h"
#include "cpu/drcfe.h"
#ifdef USE_SH2DRC
/***************************************************************************
INSTRUCTION PARSERS
***************************************************************************/
@ -761,4 +761,4 @@ bool sh2_frontend::describe_group_12(opcode_desc &desc, const opcode_desc *prev,
return false;
}
#endif