mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 11:11:56 +00:00
Fix c55+ disassembler and clean all warns
This commit is contained in:
parent
662fd4507e
commit
b0c644ea8b
@ -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
@ -1,4 +1,4 @@
|
||||
/* radare - LGPL - Copyright 2009-2013 - nibble */
|
||||
/* radare - LGPL - Copyright 2009-2013 - th0rpe, pancake */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user