1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

More SIMD work

This commit is contained in:
Brian Fiete 2020-08-25 07:33:55 -07:00
parent b57cbe2d69
commit ca4b383339
19 changed files with 695 additions and 76 deletions

View file

@ -1182,7 +1182,7 @@ DbgExtType DbgType::CalcExtType()
{
for (auto member : mMemberList)
{
if (strcmp(member->mName, "__bfunion") == 0)
if (strcmp(member->mName, "$bfunion") == 0)
return DbgExtType_BfUnion;
}
}