Bug fix: fix formatting for 8 byte instructions.

This commit is contained in:
Daniel Beer 2010-08-10 16:30:13 +12:00
parent fa38e28587
commit 4f45cf6063
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ void cproc_disassemble(cproc_t cp,
len += snprintf(buf + len, sizeof(buf) - len,
" %02x", data[i]);
while (i < 7) {
while (i < 9) {
buf[len++] = ' ';
buf[len++] = ' ';
buf[len++] = ' ';