From 4009b8a55918aa368510106468e153039986fffc Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Tue, 21 Aug 2012 22:48:11 +0100 Subject: Abolishing eventgen.pl. event structures are now expanded by the preprocessor. Abolishing event formats. Each event now has its own structure. Event parameters are now written directly into the event buffer, rather than being copied twice. Copied from Perforce Change: 179010 ServerID: perforce.ravenbrook.com --- mps/code/root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mps/code/root.c') diff --git a/mps/code/root.c b/mps/code/root.c index bd2dd21f5ea..374497e4a77 100644 --- a/mps/code/root.c +++ b/mps/code/root.c @@ -506,7 +506,7 @@ Res RootScan(ScanState ss, Root root) AVER(res == ResOK); root->grey = TraceSetDiff(root->grey, ss->traces); rootSetSummary(root, ScanStateSummary(ss)); - EVENT_PWW(RootScan, root, ss->traces, ScanStateSummary(ss)); + EVENT3(RootScan, root, ss->traces, ScanStateSummary(ss)); failScan: if (root->pm != AccessSetEMPTY) { -- cgit v1.2.1