mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-07 22:36:52 +00:00
PPC instruction bounds is 4 not 2
This commit is contained in:
parent
22deac82f2
commit
f6c5d0e98b
@ -1143,7 +1143,7 @@ static int analop(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len) {
|
||||
}
|
||||
|
||||
static int archinfo(RAnal *anal, int q) {
|
||||
return 2; /* :D */
|
||||
return 4;
|
||||
}
|
||||
|
||||
RAnalPlugin r_anal_plugin_ppc_cs = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user