Skip to content
Snippets Groups Projects
Commit e98a3ca1 authored by bunnei's avatar bunnei
Browse files

svc: Update MemoryInfo flags for 64-bit.

parent cb889f92
No related branches found
No related tags found
No related merge requests found
...@@ -10,14 +10,14 @@ ...@@ -10,14 +10,14 @@
// SVC types // SVC types
struct MemoryInfo { struct MemoryInfo {
u32 base_address; u64 base_address;
u32 size; u64 size;
u32 permission; u64 permission;
u32 state; u64 state;
}; };
struct PageInfo { struct PageInfo {
u32 flags; u64 flags;
}; };
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment