fix buffer overflow when debugging. (nw)

This commit is contained in:
smf- 2016-09-14 14:12:13 +01:00
parent 56b7dabf54
commit 5a1820288a

View File

@ -124,7 +124,7 @@ static const char *const s_gtelm[] =
static char *effective_address( psxcpu_state *state, UINT32 pc, UINT32 op )
{
static char s_address[ 20 ];
static char s_address[ 30 ];
if( state != nullptr && state->pc() == pc )
{