mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Get type format from RzBaseType directly
This commit is contained in:
parent
54e8e9c403
commit
4701cedfd2
@ -3850,7 +3850,7 @@ QList<TypeDescription> CutterCore::getBaseType(RzBaseTypeKind kind, const char *
|
||||
|
||||
exp.type = type->name;
|
||||
exp.size = rz_type_db_base_get_bitsize(core->analysis->typedb, type);
|
||||
exp.format = rz_type_format(core->analysis->typedb, type->name);
|
||||
exp.format = rz_base_type_as_format(core->analysis->typedb, type);
|
||||
exp.category = tr(category);
|
||||
types << exp;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user