CHG: Syntax suger

This commit is contained in:
iceman1001 2016-01-25 20:17:08 +01:00
commit da198be4b5
7 changed files with 44 additions and 61 deletions

View file

@ -27,7 +27,7 @@ static uint16_t BigBuf_hi = BIGBUF_SIZE;
static uint8_t *emulator_memory = NULL;
// trace related variables
static uint16_t traceLen = 0;
static uint16_t traceLen;
int tracing = 1; //Last global one.. todo static?
// get the address of BigBuf