]> sourceware.org Git - systemtap.git/commitdiff
Further fix to registers.stp to avoid testsuite complaints.
authorSerguei Makarov <smakarov@redhat.com>
Thu, 7 Jun 2012 19:09:36 +0000 (15:09 -0400)
committerSerguei Makarov <smakarov@redhat.com>
Thu, 7 Jun 2012 19:09:36 +0000 (15:09 -0400)
tapset/registers.stp

index a9b7641085f3705a903b5e9e042d9dfd72ca9202..1de711463197ab5080181d47020bd7ecab53f555 100644 (file)
@@ -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!") }
This page took 0.029718 seconds and 5 git commands to generate.