Merge pull request #11595 from s-hadinger/berry_attrdump

Berry fix crash when no attributes
This commit is contained in:
s-hadinger 2021-04-05 14:39:03 +02:00 committed by GitHub
commit a37b3ec2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,10 @@ static void dump_module(bmodule *module)
static void dump_class(bclass *class)
{
if (class->members) {
dump_map(class->members);
}
}
static void dump_instanse(binstance *ins)
{