mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
fs: fix clang-build, os: StackGuardManager
This commit is contained in:
parent
be9338eb33
commit
cb3d20ef79
13 changed files with 264 additions and 28 deletions
|
@ -33,12 +33,6 @@ namespace ams::os::impl {
|
|||
|
||||
namespace {
|
||||
|
||||
enum AddressAllocationResult {
|
||||
AddressAllocationResult_Success,
|
||||
AddressAllocationResult_OutOfMemory,
|
||||
AddressAllocationResult_OutOfSpace,
|
||||
};
|
||||
|
||||
class AddressRegion : public util::IntrusiveRedBlackTreeBaseNode<AddressRegion> {
|
||||
private:
|
||||
uintptr_t m_address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue