fs: fix clang-build, os: StackGuardManager

This commit is contained in:
Michael Scire
2022-03-12 15:05:43 -08:00
parent d6dbfd356d
commit 6cf31486e1
13 changed files with 264 additions and 28 deletions

View File

@@ -24,10 +24,10 @@ namespace ams::fssystem::impl {
NON_COPYABLE(BlockCacheManager);
NON_MOVEABLE(BlockCacheManager);
public:
using MemoryRange = AllocatorType::MemoryRange;
using MemoryRange = typename AllocatorType::MemoryRange;
using CacheIndex = s32;
using BufferAttribute = AllocatorType::BufferAttribute;
using BufferAttribute = typename AllocatorType::BufferAttribute;
static constexpr CacheIndex InvalidCacheIndex = -1;