projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More readability cleanups.
[rmac]
/
object.c
diff --git
a/object.c
b/object.c
index 9a750ddaa6c638978e25447a081d84cb3165cae3..2148b5f054891351f9bcfdb94d8d1c0b9185e926 100644
(file)
--- a/
object.c
+++ b/
object.c
@@
-133,6
+133,7
@@
int object(WORD fd)
// Construct TEXT and DATA segments (without relocation changes)
p = buf + BSDHDRSIZE;
+
for(i=TEXT; i<=DATA; ++i)
{
for(cp=sect[i].sfcode; cp!=NULL; cp=cp->chnext)