mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +00:00
Make z80-cr pass more tests
This commit is contained in:
parent
345f3be74e
commit
d6cf98d9be
@ -136,3 +136,4 @@ See you at the defcon CTF
|
||||
Don't waste your time
|
||||
WASTED
|
||||
getdruid to get eclectic uid
|
||||
Welcome to "IDA - the roguelike"
|
||||
|
@ -189,7 +189,7 @@ st8 *get_AR_regs_class2(ut32 ins_bits, ut32 *ret_len, ut32 ins_pos, ut32 idx) {
|
||||
case 26:
|
||||
case 27:
|
||||
idx = get_ins_part(ins_pos, 2);
|
||||
if(*ret_len)
|
||||
if(ret_len)
|
||||
*ret_len = 2;
|
||||
|
||||
if(type == 24) {
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user