clean-room: strip decompiler identifier from a coverage note

This commit is contained in:
alex 2026-09-08 01:30:33 -04:00
parent 3f0721f443
commit e1cbb81fdb

View file

@ -35,7 +35,7 @@ struct GlobalConstsLoadFileHook {
static void ours(const char* file, void* consts); static void ours(const char* file, void* consts);
static trace::HookPolicy policy() { return trace::HookPolicy{}; } static trace::HookPolicy policy() { return trace::HookPolicy{}; }
static void coverage(trace::Coverage& c) { static void coverage(trace::Coverage& c) {
c.unmodelled("erases each consumed key from the caller's std::map (FUN_008b8d20)", c.unmodelled("erases each consumed key from the caller's std::map",
trace::Risk::Medium, trace::Risk::Medium,
"the map is a LoadAll temporary; declaring a red-black tree as a region is " "the map is a LoadAll temporary; declaring a red-black tree as a region is "
"not possible before the call. First-occurrence-wins is reproduced in " "not possible before the call. First-occurrence-wins is reproduced in "