implement Box.box and Box.unbox in the dev backend

This commit is contained in:
Folkert 2023-02-08 13:17:05 +01:00
parent c79ae98d16
commit b022175489
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 191 additions and 33 deletions

View file

@ -928,7 +928,7 @@ impl<
) => (*base_offset, *size),
storage => {
internal_error!(
"Data not on the stack for sym ({}) with storage ({:?})",
"Data not on the stack for sym {:?} with storage {:?}",
sym,
storage
)