mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
BLOCKS: Fixed a bug in Littlefoot Array assignment
This commit is contained in:
parent
a585005dd3
commit
cc67c882ec
1 changed files with 1 additions and 1 deletions
|
|
@ -2144,7 +2144,7 @@ private:
|
|||
|
||||
if (auto a = dynamic_cast<ArraySubscript*> (target))
|
||||
{
|
||||
cg.emitArrayElementIndex (a, parentBlock, stackDepth, location);
|
||||
cg.emitArrayElementIndex (a, parentBlock, ++stackDepth, location);
|
||||
cg.emit (OpCode::setHeapInt);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue