.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@15624 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-12-28 10:22:39 +00:00
parent 0228e59631
commit 4a74b60dd4

View file

@ -563,7 +563,7 @@ void Value::Register(dword w, Void* (*c)(), const char *name) {
#ifdef flagCHECKINIT
RLOG("Register valuetype " << w);
#endif
AssertST();
AssertST(); // all needs to be registered at file level scope
ASSERT(w != UNKNOWN_V);
ASSERT(w < 0x8000000);
CHECK(Typemap().GetAdd(w, c) == c);