1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-01 08:41:55 +00:00

Finish access watching

This commit is contained in:
momo5502
2022-05-16 12:17:11 +02:00
parent f37a919f77
commit 7c1e10d164
2 changed files with 72 additions and 63 deletions

View File

@ -178,7 +178,7 @@ namespace vmx
void ept::record_access(const uint64_t rip)
{
for (unsigned long long& access_record : this->access_records)
for (auto& access_record : this->access_records)
{
if (access_record == 0)
{