Branch: Tag:

2020-12-06

2020-12-06 14:51:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Added PT_FLAG_REMAP_TRACE.

Attempt to avoid drowning in debug output by traceing only
relevant operations.

81:    PT_FLAG_REMAP_BOTH_MARKERS_OR = 0x06, /* Or both markers */    PT_FLAG_REMAP_BOTH_MARKERS_MASK = 0x06, /* Mask for the above */    PT_FLAG_REMAP_EVAL_MARKERS = 0x08, /* Eval marker assignments */ +  +  +  PT_FLAG_REMAP_TRACE = 0x80, /* Trace the operations */    };      /*