Added includes
This commit is contained in:
parent
3a546eb8dd
commit
2ec4640e7e
10 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#include "header.h"
|
#include "header.h"
|
||||||
|
#include <em.h>
|
||||||
|
|
||||||
common(n)
|
common(n)
|
||||||
arith n;
|
arith n;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "header.h"
|
#include "header.h"
|
||||||
|
#include <em.h>
|
||||||
|
|
||||||
gen1( w)
|
gen1( w)
|
||||||
ONE_BYTE w;
|
ONE_BYTE w;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "header.h"
|
#include "header.h"
|
||||||
|
#include <em.h>
|
||||||
|
|
||||||
gen2( w)
|
gen2( w)
|
||||||
TWO_BYTES w;
|
TWO_BYTES w;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "header.h"
|
#include "header.h"
|
||||||
|
#include <em.h>
|
||||||
|
|
||||||
gen4( w)
|
gen4( w)
|
||||||
FOUR_BYTES w;
|
FOUR_BYTES w;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "header.h"
|
#include "header.h"
|
||||||
|
#include <em.h>
|
||||||
|
|
||||||
reloc1( s, o, r)
|
reloc1( s, o, r)
|
||||||
char *s;
|
char *s;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "header.h"
|
#include "header.h"
|
||||||
|
#include <em.h>
|
||||||
|
|
||||||
reloc2( s, o, r)
|
reloc2( s, o, r)
|
||||||
char *s;
|
char *s;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "header.h"
|
#include "header.h"
|
||||||
|
#include <em.h>
|
||||||
|
|
||||||
reloc4( s, o, r)
|
reloc4( s, o, r)
|
||||||
char *s;
|
char *s;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include <system.h>
|
#include <system.h>
|
||||||
|
#include <em.h>
|
||||||
#include "mach.h"
|
#include "mach.h"
|
||||||
#include "back.h"
|
#include "back.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include <system.h>
|
#include <system.h>
|
||||||
|
#include <em.h>
|
||||||
#include "mach.h"
|
#include "mach.h"
|
||||||
#include "back.h"
|
#include "back.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include <system.h>
|
#include <system.h>
|
||||||
|
#include <em.h>
|
||||||
#include "mach.h"
|
#include "mach.h"
|
||||||
#include "back.h"
|
#include "back.h"
|
||||||
#ifdef BYTES_REVERSED
|
#ifdef BYTES_REVERSED
|
||||||
|
|
Loading…
Reference in a new issue