Fix c55+ disassembler and clean all warns

This commit is contained in:
pancake 2013-09-15 23:13:51 +02:00
parent 662fd4507e
commit b0c644ea8b
3 changed files with 1928 additions and 2257 deletions

View File

@ -603,8 +603,10 @@ static st8* get_token_decoded(st32 hash_code, st8 *ins_token, ut32 ins_token_len
tok_op = *ins_token - 0x23;
if (C55PLUS_DEBUG)
printf("WAY ins_bits: OP = %d 0x%x %s %d %d\n", tok_op, ins_bits, ins_token, ins_token_len, ins_pos); getchar();
if (C55PLUS_DEBUG) {
printf("WAY ins_bits: OP = %d 0x%x %s %d %d\n", tok_op, ins_bits, ins_token, ins_token_len, ins_pos);
getchar();
}
switch (tok_op) {
case 30:

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
/* radare - LGPL - Copyright 2009-2013 - nibble */
/* radare - LGPL - Copyright 2009-2013 - th0rpe, pancake */
#include <stdio.h>
#include <string.h>