Fix run_constructor

Fixes the crash due to a huge allocation in `returndatacopyPythonBug_Tue_03_48_41-1432`.
This commit is contained in:
Daniel Lubarov 2023-04-07 10:20:37 -07:00
parent d1c9277db6
commit cfc54f95a0

View File

@ -87,7 +87,7 @@ global create_common:
run_constructor:
// stack: new_ctx, value, address, kexit_info
%set_new_ctx_value
SWAP1 %set_new_ctx_value
// stack: new_ctx, address, kexit_info
// Each line in the block below does not change the stack.