previous fix was wrong; corrected
This commit is contained in:
parent
2ec4640e7e
commit
3373e11923
|
@ -1,5 +1,4 @@
|
|||
#include "header.h"
|
||||
#include <em.h>
|
||||
|
||||
common(n)
|
||||
arith n;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "header.h"
|
||||
#include <em.h>
|
||||
|
||||
gen1( w)
|
||||
ONE_BYTE w;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "header.h"
|
||||
#include <em.h>
|
||||
|
||||
gen2( w)
|
||||
TWO_BYTES w;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "header.h"
|
||||
#include <em.h>
|
||||
|
||||
gen4( w)
|
||||
FOUR_BYTES w;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "header.h"
|
||||
#include <em.h>
|
||||
|
||||
reloc1( s, o, r)
|
||||
char *s;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "header.h"
|
||||
#include <em.h>
|
||||
|
||||
reloc2( s, o, r)
|
||||
char *s;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "header.h"
|
||||
#include <em.h>
|
||||
|
||||
reloc4( s, o, r)
|
||||
char *s;
|
||||
|
|
Loading…
Reference in a new issue