Skip to content

Commit

Permalink
cpc: fix trampoline signature
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Reviewed-by: Eugene Loh <eugene.loh@oracle.com>
  • Loading branch information
kvanhees committed Feb 28, 2023
1 parent de86f0d commit 07720d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdtrace/dt_prov_cpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static int provide(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp)
* __u64 addr;
* }
*/
static void trampoline(dt_pcb_t *pcb)
static void trampoline(dt_pcb_t *pcb, uint_t exitlbl)
{
int i;
dt_irlist_t *dlp = &pcb->pcb_ir;
Expand Down

0 comments on commit 07720d0

Please sign in to comment.