remove the extra abi data

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-09-05 18:10:24 +02:00
parent afd9f26aed
commit 9e73c48150
3 changed files with 0 additions and 20 deletions
@@ -84,17 +84,6 @@ impl Entry {
context.word_const(0),
);
let extra_abi_data_type = context.array_type(
context.word_type().as_basic_type_enum(),
crate::polkavm::EXTRA_ABI_DATA_SIZE,
);
context.set_global(
crate::polkavm::GLOBAL_EXTRA_ABI_DATA,
extra_abi_data_type,
AddressSpace::Stack,
extra_abi_data_type.const_zero(),
);
context.set_global(
crate::polkavm::GLOBAL_I256_SIZE,
context.xlen_type(),