mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 15:11:01 +00:00
Count executed instructions
This commit is contained in:
@@ -45,6 +45,7 @@ struct file
|
||||
|
||||
struct process_context
|
||||
{
|
||||
uint64_t executed_instructions{0};
|
||||
emulator_object<TEB> teb{};
|
||||
emulator_object<PEB> peb{};
|
||||
emulator_object<RTL_USER_PROCESS_PARAMETERS> process_params{};
|
||||
|
||||
Reference in New Issue
Block a user