mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-03 00:18:20 +00:00
Fix missing scope table index when generating the call to lazy_list_set.
This commit is contained in:
parent
562154e7aa
commit
a292846d28
1 changed files with 1 additions and 0 deletions
|
@ -805,6 +805,7 @@ list lazy_list_set(list L, integer i, list v)
|
||||||
|
|
||||||
return {'nt':'=', 't':'list', 'ch':[lvalue, {
|
return {'nt':'=', 't':'list', 'ch':[lvalue, {
|
||||||
'nt':'FNCALL', 't':'list', 'name':'lazy_list_set',
|
'nt':'FNCALL', 't':'list', 'name':'lazy_list_set',
|
||||||
|
'scope':0,
|
||||||
'ch':[lvalue.copy(), idxexpr,
|
'ch':[lvalue.copy(), idxexpr,
|
||||||
{'nt':'LIST','t':'list', 'ch':[expr]}]
|
{'nt':'LIST','t':'list', 'ch':[expr]}]
|
||||||
}]}
|
}]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue