Skip to content

Commit

Permalink
WIP: Update sp to host struct
Browse files Browse the repository at this point in the history
  • Loading branch information
afek854 committed Oct 28, 2024
1 parent e1a64fd commit 924ddf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/ebpf/interpreter_dispatcher.ebpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ int unwind_stop(struct pt_regs *ctx, bpf_map_def *prog_map)
}
// TEMPORARY HACK END

TraceIdentifer id = create_identifier(ctx->orig_ax, state->sp);
TraceIdentifer id = create_identifier(ctx->orig_ax, 1111);
trace->identifier = id;

send_trace(ctx, trace);
Expand Down

0 comments on commit 924ddf2

Please sign in to comment.