diff options
author | Dave Brolley <brolley@redhat.com> | 2009-04-03 11:56:32 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-04-03 11:56:32 -0400 |
commit | 8d3854b9f124aa818552d462bd8cbd2577be298e (patch) | |
tree | cef962dbca12c088c6acc3edf621d4502b0012e1 /runtime/runtime.h | |
parent | 2f53f831393d2f0db3d54260c2a7882eff17905c (diff) | |
parent | 08dc41a50c508544bc18d384a65a137056a98195 (diff) | |
download | systemtap-steved-8d3854b9f124aa818552d462bd8cbd2577be298e.tar.gz systemtap-steved-8d3854b9f124aa818552d462bd8cbd2577be298e.tar.xz systemtap-steved-8d3854b9f124aa818552d462bd8cbd2577be298e.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts:
configure
runtime/staprun/staprun_funcs.c
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 822562a2..0a656b78 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -86,6 +86,8 @@ static struct #include "io.c" #include "arith.c" #include "copy.c" +#include "regs.c" +#include "regs-ia64.c" #include "task_finder.c" |