many modyfications in search for more speed

This commit is contained in:
ceriel
1988-10-31 15:42:15 +00:00
parent 63f793aff3
commit 7851ff900f
19 changed files with 208 additions and 134 deletions

View File

@@ -1,6 +1,7 @@
#include <system.h>
#include <out.h>
#include "back.h"
#include "data.h"
/* Solve the local references.
*/
@@ -8,9 +9,6 @@
#define seg_index( s) ( nname - SEGBSS - 1 + s)
long get4();
extern short get2();
extern char get1();
do_local_relocation()