projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed spurious printf.
[rmac]
/
sect.c
diff --git
a/sect.c
b/sect.c
index 80acece60ac221107589a104713916b87119baef..ab5c4aab8dc831a56539c65f04d0231c3d637175 100644
(file)
--- a/
sect.c
+++ b/
sect.c
@@
-506,7
+506,6
@@
DEBUG { printf("ResolveFixups: cfileno=%u\n", cfileno); }
if ((eattr & (GLOBAL | DEFINED)) == GLOBAL)
esym = sy;
-printf("DoFixups: found symbol (%s) [%08X]\n", sy->sname, sy->sattr);
}
tdb = (WORD)(eattr & TDB);