summaryrefslogtreecommitdiffstats
path: root/src/common/address_space.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/address_space.cpp')
-rw-r--r--src/common/address_space.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/common/address_space.cpp b/src/common/address_space.cpp
new file mode 100644
index 000000000..6db85be87
--- /dev/null
+++ b/src/common/address_space.cpp
@@ -0,0 +1,11 @@
+// Copyright © 2021 Skyline Team and Contributors (https://github.com/skyline-emu/)
+// Licensed under GPLv3 or any later version
+// Refer to the license.txt file included.
+
+#include "common/address_space.inc"
+
+namespace Common {
+
+template class Common::FlatAllocator<u32, 0, 32>;
+
+}