change CPU_now to CpuNow

This commit is contained in:
Mark Thom
2020-04-20 10:37:00 -06:00
parent 9d1c026231
commit ee425bb7f0
2 changed files with 4 additions and 4 deletions

View File

@@ -1955,7 +1955,7 @@ impl MachineState {
self.fail = result;
}
&SystemClauseType::CPU_now => {
&SystemClauseType::CpuNow => {
let a1 = self[temp_v!(1)];
let a2 = ProcessTime::now().as_duration().as_secs_f64();
let addr = self.heap.put_constant(Constant::Float(OrderedFloat(a2)));