mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed some alignment differences between LLVM and BeefBE
This commit is contained in:
parent
0ae14f5a5d
commit
1ca01864bb
12 changed files with 73 additions and 21 deletions
|
@ -4628,7 +4628,8 @@ void DbgExprEvaluator::Visit(BfIndexerExpression* indexerExpr)
|
|||
Fail("Expected single index", indexerExpr->mOpenBracket);
|
||||
return;
|
||||
}
|
||||
DbgTypedValue indexArgument = indexerValues[0];
|
||||
DbgTypedValue indexArgument = indexerValues[0];
|
||||
indexArgument.mType = indexArgument.mType->RemoveModifiers();
|
||||
if (!indexArgument.mType->IsInteger())
|
||||
{
|
||||
mResult = DbgTypedValue();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue