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 4407 : #define TEST_VM_REJECT_CALLX_R10_FEATURE_PREFIX (0x7e787d5c6d662d23) 9 : 10 : fd_exec_instr_ctx_t * 11 : test_vm_minimal_exec_instr_ctx( 12 : fd_valloc_t valloc 13 : ); 14 : 15 : void 16 : test_vm_exec_instr_ctx_delete( 17 : fd_exec_instr_ctx_t * ctx 18 : ); 19 : 20 : #endif