summaryrefslogtreecommitdiff
path: root/xen/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/time.c')
-rw-r--r--xen/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/time.c b/xen/time.c
index 3ad73e23..1e9afc8e 100644
--- a/xen/time.c
+++ b/xen/time.c
@@ -36,7 +36,7 @@ static uint64_t hyp_get_stime(void) {
uint64_t cpu_clock, last_cpu_clock, delta, system_time;
uint64_t delta_high, delta_low;
uint32_t mul;
- signed8_t shift;
+ int8_t shift;
volatile struct vcpu_time_info *time = &hyp_shared_info.vcpu_info[0].time;
do {