improved timer management to work on platforms where stix_smooi_t is not large enough

This commit is contained in:
hyunghwan.chung
2016-06-24 15:53:00 +00:00
parent 102fa8abf4
commit d512088860
2 changed files with 45 additions and 26 deletions

View File

@ -845,6 +845,7 @@ struct stix_t
stix_ooi_t ip;
int proc_switched; /* TODO: this is temporary. implement something else to skip immediate context switching */
int switch_proc;
stix_ntime_t vm_time_offset;
/* == END EXECUTION REGISTERS == */
/* == BIGINT CONVERSION == */