summaryrefslogtreecommitdiffstats
path: root/tapset/x86_64
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-07-15 11:09:32 -0500
committerDavid Smith <dsmith@redhat.com>2008-07-15 11:09:32 -0500
commita7a68293cc9147b915017ce72f2fdf630fda826c (patch)
tree259b02e1f64a56b981a11ee5392827a7b1fd932f /tapset/x86_64
parent233614952872b4561accc79d9d7ef2c66f52dce4 (diff)
downloadsystemtap-steved-a7a68293cc9147b915017ce72f2fdf630fda826c.tar.gz
systemtap-steved-a7a68293cc9147b915017ce72f2fdf630fda826c.tar.xz
systemtap-steved-a7a68293cc9147b915017ce72f2fdf630fda826c.zip
Changed method of getting the value of $syscall.
2008-07-14 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_var_expanding_copy_visitor::visit_target_symbol): Synthesize a function to get the value of $syscall. 2008-07-14 David Smith <dsmith@redhat.com> * i686/registers.stp: Removed syscall_nr function. * x86_64/registers.stp: Ditto.
Diffstat (limited to 'tapset/x86_64')
-rw-r--r--tapset/x86_64/registers.stp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tapset/x86_64/registers.stp b/tapset/x86_64/registers.stp
index 99c39e18..dd5eefb0 100644
--- a/tapset/x86_64/registers.stp
+++ b/tapset/x86_64/registers.stp
@@ -245,7 +245,3 @@ function regparm(n:long) %{
} else
CONTEXT->regparm = _STP_REGPARM | (int) THIS->n;
%}
-
-function syscall_nr:long() {
- return _stp_register("orig_ax", 1)
-}