mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 21:21:03 +00:00
Add test for guard page in test-sample, formatting fix
This commit is contained in:
@@ -75,7 +75,8 @@ struct nt_memory_permission
|
||||
return *this;
|
||||
}
|
||||
|
||||
constexpr bool is_guarded() const {
|
||||
constexpr bool is_guarded() const
|
||||
{
|
||||
return (this->extended & memory_permission_ext::guard) == memory_permission_ext::guard;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user