mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +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
|
@ -30,7 +30,7 @@
|
|||
|
||||
namespace UserspaceEmulator {
|
||||
|
||||
class SimpleRegion final : public SoftMMU::Region {
|
||||
class SimpleRegion final : public Region {
|
||||
public:
|
||||
SimpleRegion(u32 base, u32 size);
|
||||
virtual ~SimpleRegion() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue