aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-dpdk/odp_event.c')
-rw-r--r--platform/linux-dpdk/odp_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-dpdk/odp_event.c b/platform/linux-dpdk/odp_event.c
index 940c16e9d..24853f83e 100644
--- a/platform/linux-dpdk/odp_event.c
+++ b/platform/linux-dpdk/odp_event.c
@@ -72,7 +72,7 @@ void odp_event_free(odp_event_t event)
odp_dma_compl_free(odp_dma_compl_from_event(event));
break;
default:
- ODP_ABORT("Invalid event type: %d\n", odp_event_type(event));
+ _ODP_ABORT("Invalid event type: %d\n", odp_event_type(event));
}
}