mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
32x: drc: finish MAC, gen drc entry/exit (for statically alloced regs)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@837 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5f7b515538
commit
61d87c7edd
2 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,6 @@ OBJS += cpu/drc/cmn.o
|
|||
ifeq "$(use_sh2drc)" "1"
|
||||
DEFINES += DRC_SH2
|
||||
OBJS += cpu/sh2/compiler.o
|
||||
OBJS += cpu/sh2/stub_$(ARCH).o
|
||||
ifdef drc_debug
|
||||
DEFINES += DRC_DEBUG=$(drc_debug)
|
||||
OBJS += cpu/sh2/mame/sh2dasm.o
|
||||
|
|
|
@ -144,6 +144,7 @@ static int insn_printf(void *f, const char *format, ...)
|
|||
|
||||
static void host_dasm_init(void)
|
||||
{
|
||||
bfd_init();
|
||||
slurp_symtab(g_argv[0]);
|
||||
|
||||
init_disassemble_info(&di, NULL, insn_printf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue