Revision b1d8e52e target-sh4/translate.c

b/target-sh4/translate.c
459 459
      return;                                                 \
460 460
  }
461 461

  
462
void _decode_opc(DisasContext * ctx)
462
static void _decode_opc(DisasContext * ctx)
463 463
{
464 464
#if 0
465 465
    fprintf(stderr, "Translating opcode 0x%04x\n", ctx->opcode);
......
1762 1762
    ctx->bstate = BS_EXCP;
1763 1763
}
1764 1764

  
1765
void decode_opc(DisasContext * ctx)
1765
static void decode_opc(DisasContext * ctx)
1766 1766
{
1767 1767
    uint32_t old_flags = ctx->flags;
1768 1768

  

Also available in: Unified diff