diff options
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r-- | src/interp/compiler.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot index ea2becbf..51254152 100644 --- a/src/interp/compiler.boot +++ b/src/interp/compiler.boot @@ -830,7 +830,7 @@ setqSingle(id,val,m,E) == --all we do now is to allocate a slot number for lhs --e.g. the %LET form below will be changed by putInLocalDomainReferences form := - k := NRTassocIndex(id) => ["setShellEntry","$",k,x] + k := NRTassocIndex(id) => ['%store,['%tref,'$,k],x] ["%LET",id,x] [form,m',e'] |