1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-01-30 21:42:22 +00:00

- fixed KE diff.

This commit is contained in:
tim.newsham
2008-05-07 03:04:46 +00:00
parent 9d231d4aa7
commit fba77e8a61

View File

@@ -1,15 +1,13 @@
--- makefile.~1~ 2006-07-07 14:50:52.000000000 -0400
+++ makefile 2008-05-01 10:43:20.000000000 -0400
@@ -83,7 +83,8 @@
${PDP11D}pdp11_ry.c ${PDP11D}pdp11_pt.c ${PDP11D}pdp11_hk.c \
${PDP11D}pdp11_xq.c ${PDP11D}pdp11_xu.c ${PDP11D}pdp11_vh.c \
${PDP11D}pdp11_rh.c ${PDP11D}pdp11_tu.c ${PDP11D}pdp11_cpumod.c \
- ${PDP11D}pdp11_cr.c ${PDP11D}pdp11_rf.c ${PDP11D}pdp11_dl.c
+ ${PDP11D}pdp11_cr.c ${PDP11D}pdp11_rf.c ${PDP11D}pdp11_dl.c \
+ ${PDP11D}pdp11_ke.c
--- makefile.orig 2007-02-06 19:24:54.000000000 -1000
+++ makefile 2008-05-02 07:09:37.000000000 -1000
@@ -85,7 +85,7 @@
${PDP11D}/pdp11_xq.c ${PDP11D}/pdp11_xu.c ${PDP11D}/pdp11_vh.c \
${PDP11D}/pdp11_rh.c ${PDP11D}/pdp11_tu.c ${PDP11D}/pdp11_cpumod.c \
${PDP11D}/pdp11_cr.c ${PDP11D}/pdp11_rf.c ${PDP11D}/pdp11_dl.c \
- ${PDP11D}/pdp11_ta.c
+ ${PDP11D}/pdp11_ta.c ${PDP11D}/pdp11_ke.c
PDP11_OPT = -DVM_PDP11 -I ${PDP11D} ${NETWORK_OPT}
--- PDP11/pdp11_defs.h.~1~ 2006-07-06 11:33:30.000000000 -0400
+++ PDP11/pdp11_defs.h 2008-05-01 11:12:57.000000000 -0400
@@ -561,6 +561,8 @@