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:
parent
063a23144a
commit
aba2688490
6
em.c
6
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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user