Add missing stringise case for MemoryScope

This commit is contained in:
baldurk
2018-11-19 11:48:30 +00:00
parent 3f43ae73d1
commit 94ed33accb
+1
View File
@@ -208,6 +208,7 @@ std::string DoStringise(const MemoryScope &el)
BEGIN_ENUM_STRINGISE(MemoryScope);
{
STRINGISE_ENUM_CLASS(InitialContents);
STRINGISE_ENUM_CLASS(IndirectReadback);
}
END_ENUM_STRINGISE()
}