2022-07-01 03:13:52 +02:00
|
|
|
// 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.
|
2022-06-16 03:46:18 +02:00
|
|
|
|
|
|
|
#include "common/address_space.inc"
|
|
|
|
|
|
|
|
namespace Common {
|
|
|
|
|
|
|
|
template class Common::FlatAllocator<u32, 0, 32>;
|
|
|
|
|
|
|
|
}
|