This commit is contained in:
Folkert 2023-01-21 15:56:57 +01:00
parent 8442be824b
commit 3f72bc7222
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -1324,7 +1324,7 @@ impl<
bitcode::LIST_WITH_CAPACITY.to_string(),
&lowlevel_args,
&lowlevel_arg_layouts,
&ret_layout,
ret_layout,
);
self.free_symbol(&Symbol::DEV_TMP);
self.free_symbol(&Symbol::DEV_TMP2);
@ -1335,7 +1335,7 @@ impl<
&mut self.buf,
base_offset,
&Symbol::DEV_TMP3,
&ret_layout,
ret_layout,
);
self.free_symbol(&Symbol::DEV_TMP3);