mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-01 17:11:51 +00:00
Keep root class address when meta class is found
This commit is contained in:
parent
3961728eaf
commit
5ce1194dab
@ -731,7 +731,9 @@ static void get_class_t(mach0_ut p, RBinFile *arch, RBinClass *klass) {
|
||||
#endif
|
||||
if (!is_meta_class) {
|
||||
mach0_ut isa_n_value = get_isa_value ();
|
||||
ut64 tmp = klass->addr;
|
||||
get_class_t (c.isa + isa_n_value, arch, klass);
|
||||
klass->addr = tmp;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user