Line data Source code
1 : #ifndef HEADER_fd_src_flamenco_vm_test_vm_util_h 2 : #define HEADER_fd_src_flamenco_vm_test_vm_util_h 3 : 4 : #include "fd_vm.h" 5 : #include "../runtime/context/fd_exec_instr_ctx.h" 6 : #include "../../util/valloc/fd_valloc.h" 7 : 8 7665 : #define TEST_VM_REJECT_CALLX_R10_FEATURE_PREFIX (0x7e787d5c6d662d23) 9 : 10 12903 : #define TEST_VM_DEFAULT_SBPF_VERSION FD_SBPF_V0 11 : 12 : fd_exec_instr_ctx_t * 13 : test_vm_minimal_exec_instr_ctx( 14 : fd_valloc_t valloc 15 : ); 16 : 17 : void 18 : test_vm_exec_instr_ctx_delete( 19 : fd_exec_instr_ctx_t * ctx, 20 : fd_valloc_t valloc 21 : ); 22 : 23 : #endif