New installation mechanism
This commit is contained in:
parent
b53634fa73
commit
3168ce61ae
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
READ_ME
|
||||
mach0.c
|
||||
mach1.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
|
@ -66,7 +66,7 @@ checksize(sz, bits)
|
|||
|
||||
test68010()
|
||||
{
|
||||
if (model != 1)
|
||||
if (model != 1 && pass == PASS_3)
|
||||
warning("68010 instruction");
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Makefile
|
||||
mach0.c
|
||||
mach1.c
|
||||
mach2.c
|
||||
|
|
Loading…
Reference in a new issue