From c21c8f1bde29655ff85541507692982a1ffb09bd Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 16 Feb 2009 11:55:02 +0100 Subject: Fix )( typo in sdt.h STAP_PROBE9 parm9. --- runtime/sdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/sdt.h') diff --git a/runtime/sdt.h b/runtime/sdt.h index f09d4346..98a583dc 100644 --- a/runtime/sdt.h +++ b/runtime/sdt.h @@ -152,7 +152,7 @@ STAP_LABEL(probe,__LINE__): \ volatile typeof((parm6)) arg6 __attribute__ ((unused)) = parm6; \ volatile typeof((parm7)) arg7 __attribute__ ((unused)) = parm7; \ volatile typeof((parm8)) arg8 __attribute__ ((unused)) = parm8; \ - volatile typeof((parm9)) arg9 __attribute__ ((unused() = parm9; \ + volatile typeof((parm9)) arg9 __attribute__ ((unused)) = parm9; \ STAP_LABEL(probe,__LINE__): \ asm volatile ("nop" :: "g"(arg1), "g"(arg2), "g"(arg3), "g"(arg4), "g"(arg5), "g"(arg6), "g"(arg7), "g"(arg8), "g"(arg9)); \ STAP_PROBE_STRUCT(probe,(size_t)&& STAP_LABEL(probe,__LINE__)) \ -- cgit