From 5628061bad15195d4cafcdc27a9133c9131468dc Mon Sep 17 00:00:00 2001 From: Serguei Makarov Date: Thu, 7 Jun 2012 15:09:36 -0400 Subject: [PATCH] Further fix to registers.stp to avoid testsuite complaints. --- tapset/registers.stp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tapset/registers.stp b/tapset/registers.stp index a9b764108..1de711463 100644 --- a/tapset/registers.stp +++ b/tapset/registers.stp @@ -9,7 +9,7 @@ * the values of a probed function's arguments. (The latter can be * called when you have hit a probe point at the entry to a function, * and are useful when the code you are probing was built without debugging - * informaiton.) + * information.) * * Function arguments are referred to by number, starting at 1. * On 32-bit architectures @@ -226,3 +226,7 @@ function fastcall() { } function regparm(n:long) { } %) + +/* There needs to be *something* in the tapset in order for it to pass + the smoketest when running make installcheck. */ +function registers_tapset_stub() { printf("Hello, World!") } -- 2.43.5