mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 08:28:15 +00:00
EVM-C: evm_prepare_code(): move code_hash parameter before code parameter
This commit is contained in:
parent
0b9b01e05c
commit
e70eae3e7a
@ -371,9 +371,9 @@ typedef enum evm_code_status
|
||||
/// JIT-like VMs.
|
||||
typedef void (*evm_prepare_code_fn)(struct evm_instance* instance,
|
||||
enum evm_mode mode,
|
||||
struct evm_hash256 code_hash,
|
||||
uint8_t const* code,
|
||||
size_t code_size,
|
||||
struct evm_hash256 code_hash);
|
||||
size_t code_size);
|
||||
|
||||
/// VM interface.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user