1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-22 18:21:22 +00:00

Don't enable tsrc$$ trace hack whenever tracing is enabled.

This commit is contained in:
Jim 2011-08-18 14:07:23 -04:00
parent 063a23144a
commit aba2688490

6
em.c
View File

@ -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;