mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 02:57:49 +00:00
address review commentary
This commit is contained in:
parent
6a33b060b7
commit
e0659e3793
5 changed files with 42 additions and 36 deletions
|
@ -458,7 +458,7 @@ public:
|
|||
///
|
||||
/// @note The destination address must lie within the Map region.
|
||||
///
|
||||
/// @note This function requires SystemResourceSize is non-zero,
|
||||
/// @note This function requires that SystemResourceSize be non-zero,
|
||||
/// however, this is just because if it were not then the
|
||||
/// resulting page tables could be exploited on hardware by
|
||||
/// a malicious program. SystemResource usage does not need
|
||||
|
@ -472,7 +472,7 @@ public:
|
|||
///
|
||||
/// @note The destination address must lie within the Map region.
|
||||
///
|
||||
/// @note This function requires SystemResourceSize is non-zero,
|
||||
/// @note This function requires that SystemResourceSize be non-zero,
|
||||
/// however, this is just because if it were not then the
|
||||
/// resulting page tables could be exploited on hardware by
|
||||
/// a malicious program. SystemResource usage does not need
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue