X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_time.h;h=329fce63d96b0b42575b084dff770c95fa98d421;hb=382829fe58cb541af371547325c5502e37032ecd;hp=c9248b8800131a71d7439d3679788bc86015dfa5;hpb=030c1391e319bfeb97ed16fa1dd76545ab3f5f9d;p=palacios.git diff --git a/palacios/include/palacios/vmm_time.h b/palacios/include/palacios/vmm_time.h index c9248b8..329fce6 100644 --- a/palacios/include/palacios/vmm_time.h +++ b/palacios/include/palacios/vmm_time.h @@ -92,7 +92,7 @@ static inline uint64_t v3_get_host_time(struct vm_time *t) { // Returns *monotonic* guest time. static inline uint64_t v3_get_guest_time(struct vm_time *t) { -#ifdef CONFIG_TIME_HIDE_VM_COST +#ifdef V3_CONFIG_TIME_HIDE_VM_COST V3_ASSERT(t->exit_time); return t->exit_time + t->guest_host_offset; #else