sh2 drc: moved host register assignment to code emitters, minor bugfixing

This commit is contained in:
kub 2019-11-09 10:24:52 +01:00
parent 7e940f142e
commit 9bd6706dca
12 changed files with 174 additions and 250 deletions

View file

@ -23,6 +23,6 @@
#ifndef DISARM_H
#define DISARM_H
int disarm(uintptr_t long pc, uint32_t, char *buf, unsigned int buf_len);
int disarm(uintptr_t pc, uint32_t insn, char *buf, size_t buf_len, uintptr_t *sym);
#endif /* DISARM_H */