Added debug code to log execution rate of non-recompiled instructions.
This commit is contained in:
parent
086422b79f
commit
2a19183d83
8 changed files with 115 additions and 2 deletions
1
src/pc.c
1
src/pc.c
|
|
@ -624,6 +624,7 @@ void speedchanged()
|
|||
|
||||
void closepc()
|
||||
{
|
||||
codegen_close();
|
||||
atapi->exit();
|
||||
// ioctl_close();
|
||||
dumppic();
|
||||
|
|
|
|||
Loading…
Reference in a new issue