mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
drc: some debug improvements
This commit is contained in:
parent
1555935b8a
commit
405dfdd77f
3 changed files with 86 additions and 16 deletions
|
@ -46,8 +46,6 @@
|
|||
#define MAX_LITERALS (BLOCK_INSN_LIMIT / 4)
|
||||
#define MAX_LOCAL_BRANCHES 32
|
||||
|
||||
static int literal_disabled_frames;
|
||||
|
||||
// debug stuff
|
||||
// 1 - warnings/errors
|
||||
// 2 - block info/smc
|
||||
|
@ -129,6 +127,8 @@ enum op_types {
|
|||
|
||||
#ifdef DRC_SH2
|
||||
|
||||
static int literal_disabled_frames;
|
||||
|
||||
#if (DRC_DEBUG & 4)
|
||||
static u8 *tcache_dsm_ptrs[3];
|
||||
static char sh2dasm_buff[64];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue