mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
parent
732215a83f
commit
1297a8fb57
@ -350,7 +350,7 @@ class Genode::Trace::Subject_registry
|
||||
Session_label const &label, Thread_name const &name)
|
||||
{
|
||||
Subject *subject = new (®istry._md_alloc)
|
||||
Subject(Subject_id(registry._id_cnt++), source_id, source, label, name);
|
||||
Subject(Subject_id(++registry._id_cnt), source_id, source, label, name);
|
||||
|
||||
registry._entries.insert(subject);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user