From e0aafe2dcc7e3913652f906cfadc0f3c5a2cc0f9 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Wed, 20 Oct 2010 16:01:03 -0400 Subject: [PATCH] Fixed test broken by changing the type for AOP_INST_CST(). --- test/duplicate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/duplicate.xml b/test/duplicate.xml index e5b6b60..90cad8d 100644 --- a/test/duplicate.xml +++ b/test/duplicate.xml @@ -21,7 +21,7 @@ int _distrib(); void _assign_advice(); void _bar_advice(); - void _entry_advice(signed char *, ALL_SIGNED_T); + void _entry_advice(signed char *, int32_t); void _exit_advice(signed char *); -- 2.34.1