add fpu_cycles variable to cpu_state to track fpu/iu concurrency
This commit is contained in:
@@ -1048,6 +1048,8 @@ pc_reset_hard_init(void)
|
||||
|
||||
cycles = cycles_main = 0;
|
||||
|
||||
fpu_cycles = 0;
|
||||
|
||||
update_mouse_msg();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user