diff --git a/src/shim/hooks/global_consts.h b/src/shim/hooks/global_consts.h index 1be4d1b..da8f9b8 100644 --- a/src/shim/hooks/global_consts.h +++ b/src/shim/hooks/global_consts.h @@ -35,7 +35,7 @@ struct GlobalConstsLoadFileHook { static void ours(const char* file, void* consts); static trace::HookPolicy policy() { return trace::HookPolicy{}; } 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, "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 "