summaryrefslogtreecommitdiff
path: root/src/core/arm
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-16 17:23:33 -0500
committerGitHub <noreply@github.com>2018-01-16 17:23:33 -0500
commit52fe15278b812a2518dd874f29c0829b221fd70f (patch)
tree6bf8782b9338d94938e4060c8a3c88855d68ee75 /src/core/arm
parentf10a7081e38419effd0ca6d6b9679310de47b867 (diff)
parente35644c00533c797888a23420aae90b07e0da184 (diff)
Merge pull request #47 from MerryMage/build-fixes
Misc build fixes
Diffstat (limited to 'src/core/arm')
-rw-r--r--src/core/arm/arm_interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index 531875006..5ae60214e 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -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;