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:
parent
b57cbe2d69
commit
ca4b383339
19 changed files with 695 additions and 76 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue