fix wrong temp symbol used

This commit is contained in:
Folkert 2023-04-26 23:33:39 +02:00
parent eaef21f7d4
commit 048615e6a5
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -1763,7 +1763,7 @@ impl<
self.layout_interner,
&mut self.buf,
base_offset,
&Symbol::DEV_TMP4,
&Symbol::DEV_TMP3,
&ret_layout,
);