diff --git a/libs/execution_context/ebpf_general_helpers.c b/libs/execution_context/ebpf_general_helpers.c index afc1fdfc64..4051ca79d1 100644 --- a/libs/execution_context/ebpf_general_helpers.c +++ b/libs/execution_context/ebpf_general_helpers.c @@ -98,10 +98,10 @@ ebpf_helper_function_prototype_t ebpf_core_helper_function_prototype_array[] = { "bpf_memcpy", EBPF_RETURN_TYPE_INTEGER, { - EBPF_ARGUMENT_TYPE_PTR_TO_READABLE_MEM, - EBPF_ARGUMENT_TYPE_CONST_SIZE_OR_ZERO, EBPF_ARGUMENT_TYPE_PTR_TO_WRITABLE_MEM, EBPF_ARGUMENT_TYPE_CONST_SIZE_OR_ZERO, + EBPF_ARGUMENT_TYPE_PTR_TO_READABLE_MEM, + EBPF_ARGUMENT_TYPE_CONST_SIZE_OR_ZERO, }}, {BPF_FUNC_memcmp, "bpf_memcmp",