From b51ef47c23c6ea86de38ba866a576156e42bc590 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 29 Nov 2004 19:22:25 +0000 Subject: [PATCH] correct compile errors in contextmacros.h git-svn-id: http://ltt.polymtl.ca/svn@842 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/contextmacros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/lttv/lttv/contextmacros.h b/ltt/branches/poly/lttv/lttv/contextmacros.h index 35f1ca29..b6276e98 100644 --- a/ltt/branches/poly/lttv/lttv/contextmacros.h +++ b/ltt/branches/poly/lttv/lttv/contextmacros.h @@ -220,7 +220,7 @@ * * NOTE : use g_quark_to_string to convert a GQuark into a static char * */ -#define LTTV_TRACE_STATE_GET_EVENTTYPE_NAME(tse, syscall_number)\ +#define LTTV_TRACE_STATE_GET_SYSCALL_NAME(tse, syscall_number)\ (tse->syscall_names[syscall_number]) /* LTTV_TRACE_STATE_GET_TRAP_NAME @@ -242,7 +242,7 @@ * * NOTE : use g_quark_to_string to convert a GQuark into a static char * */ -#define LTTV_TRACE_STATE_GET_TRAP_NAME(tse, irq_number)\ +#define LTTV_TRACE_STATE_GET_IRQ_NAME(tse, irq_number)\ (tse->irq_names[irq_number]) -- 2.34.1