summaryrefslogtreecommitdiffstats
path: root/runtime/time.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-12-01 15:14:02 -0500
committerDave Brolley <brolley@redhat.com>2009-12-01 15:14:02 -0500
commitb25765bd1c90bbbca20c36a25c51fff5e7db0884 (patch)
treed5a3384b89a055360e8f8ebc479727bef36cf34f /runtime/time.c
parent8c859ce37271f35d0b93cd40f121af7b04621238 (diff)
parent89a75eb6a5a6dc345a718ffbd119651222686026 (diff)
downloadsystemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.tar.gz
systemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.tar.xz
systemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/time.c')
-rw-r--r--runtime/time.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/time.c b/runtime/time.c
index 58c23e57..d588370f 100644
--- a/runtime/time.c
+++ b/runtime/time.c
@@ -275,7 +275,8 @@ static int64_t
_stp_gettimeofday_ns(void)
{
int64_t base;
- cycles_t last, delta;
+ cycles_t last;
+ uint64_t delta;
unsigned int freq;
unsigned int seq;
stp_time_t *time;