filename | src/x86dasm/x86dasm.c |
changeset | 571:9bc09948d0f2 |
prev | 564:dc7b5ffb0535 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Thu Jan 10 08:28:37 2008 +0000 (14 years ago) |
branch | lxdream-mmu |
permissions | -rw-r--r-- |
last change | More MMU work in progess. Much better now... |
file | annotate | diff | log | raw |
1.1 --- a/src/x86dasm/x86dasm.c Tue Jan 01 08:37:26 2008 +00001.2 +++ b/src/x86dasm/x86dasm.c Thu Jan 10 08:28:37 2008 +00001.3 @@ -43,7 +43,7 @@1.5 void xlat_disasm_block( FILE *out, void *block )1.6 {1.7 - uint32_t buflen = xlat_get_block_size(block);1.8 + uint32_t buflen = xlat_get_code_size(block);1.9 x86_set_symtab( NULL, 0 );1.10 x86_disasm_block( out, block, buflen );1.11 }
.