mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:58:12 +00:00
UserspaceEmulator: Make Region a top-level class
This commit is contained in:
parent
de4061ff94
commit
8d9dd4c518
6 changed files with 98 additions and 63 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
namespace UserspaceEmulator {
|
||||
|
||||
SoftMMU::Region* SoftMMU::find_region(X86::LogicalAddress address)
|
||||
Region* SoftMMU::find_region(X86::LogicalAddress address)
|
||||
{
|
||||
if (address.selector() == 0x28)
|
||||
return m_tls_region.ptr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue