mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Fixed runtime/GC-related issues
This commit is contained in:
parent
05e4c15fe2
commit
a174d13c22
1 changed files with 1 additions and 1 deletions
|
|
@ -858,7 +858,7 @@ extern void *Bsexp (aint* args, aint bn) {
|
|||
((auint *)r->contents)[i] = args[i];
|
||||
}
|
||||
|
||||
r->tag = args[fields_cnt];
|
||||
r->tag = UNBOX(args[fields_cnt]);
|
||||
|
||||
for (aint i = fields_cnt - 1; i >= 0; --i) {
|
||||
pop_extra_root((void**)&args[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue