From aba26884906fc1dd87e2c6d77fcd48ec257f11c9 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 18 Aug 2011 14:07:23 -0400 Subject: [PATCH] Don't enable tsrc$$ trace hack whenever tracing is enabled. --- em.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/em.c b/em.c index 5041223..315a095 100644 --- a/em.c +++ b/em.c @@ -3049,7 +3049,11 @@ static pcl (ea_t ecbea) { } #endif -#ifndef NOTRACE + /* this crap was to trace tsrc$$ failing in Prime Information. + Information uses FP math on pathname lengths, and the rounding + was causing problems */ + +#if 0 if (((ecbea & 0xFFFFFFF) == tsrc_ea)) { ea_t eatemp; int utempl;