clang-format
This commit is contained in:
parent
153205edbb
commit
e35644c005
25 changed files with 54 additions and 63 deletions
|
@ -39,7 +39,8 @@ public:
|
|||
Run(1);
|
||||
}
|
||||
|
||||
virtual void MapBackingMemory(VAddr address, size_t size, u8* memory, Kernel::VMAPermission perms) {}
|
||||
virtual void MapBackingMemory(VAddr address, size_t size, u8* memory,
|
||||
Kernel::VMAPermission perms) {}
|
||||
|
||||
/// Clear all instruction cache
|
||||
virtual void ClearInstructionCache() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue