X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fmame%2Fsh2dasm.c;h=3fa25e9239cddbbcf950b5c2044cbcf76acc5442;hb=f0ed9e38ad8e9cde9bfce6ec385cb3fddc5d0fee;hp=21a32e68902adcbc7e8425ceb845323c56c2bf52;hpb=7e056c853a0ae81cbfc33135c3802b55eaab5b17;p=picodrive.git diff --git a/cpu/sh2/mame/sh2dasm.c b/cpu/sh2/mame/sh2dasm.c index 21a32e6..3fa25e9 100644 --- a/cpu/sh2/mame/sh2dasm.c +++ b/cpu/sh2/mame/sh2dasm.c @@ -610,6 +610,7 @@ unsigned DasmSH2(char *buffer, unsigned pc, UINT16 opcode) case 14: flags = op1110(buffer,pc,opcode); break; default: flags = op1111(buffer,pc,opcode); break; } + (void)flags; return 0;//2 | flags | DASMFLAG_SUPPORTED; }