Ejemplo n.º 1
0
void pushLocalTraceOnto(CircularQueue &queue, const long envId) {
  givenStackTrace(envId);
  CHECK(queue.push(trace));
}