mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Shorten the name of the Symbol for temporary Wasm values
This commit is contained in:
parent
4b3538dc58
commit
daf6771bf5
2 changed files with 3 additions and 3 deletions
|
@ -439,7 +439,7 @@ impl<'a> CodeBuilder<'a> {
|
|||
let new_len = self.vm_stack.len() - pops as usize;
|
||||
self.vm_stack.truncate(new_len);
|
||||
if push {
|
||||
self.vm_stack.push(Symbol::WASM_ANONYMOUS_STACK_VALUE);
|
||||
self.vm_stack.push(Symbol::WASM_TMP);
|
||||
}
|
||||
|
||||
self.code.push(opcode as u8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue