summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/nop.c
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/base/ccpu386/nop.c')
-rw-r--r--private/mvdm/softpc.new/base/ccpu386/nop.c38
1 files changed, 38 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/base/ccpu386/nop.c b/private/mvdm/softpc.new/base/ccpu386/nop.c
new file mode 100644
index 000000000..e140e2099
--- /dev/null
+++ b/private/mvdm/softpc.new/base/ccpu386/nop.c
@@ -0,0 +1,38 @@
+/*[
+
+nop.c
+
+LOCAL CHAR SccsID[]="@(#)nop.c 1.5 02/09/94";
+
+NOP CPU functions.
+------------------
+
+]*/
+
+
+#include <insignia.h>
+
+#include <host_def.h>
+#include <xt.h>
+#include <c_main.h>
+#include <c_addr.h>
+#include <c_bsic.h>
+#include <c_prot.h>
+#include <c_seg.h>
+#include <c_stack.h>
+#include <c_xcptn.h>
+#include <c_reg.h>
+#include <nop.h>
+
+
+/*
+ =====================================================================
+ EXTERNAL ROUTINES STARTS HERE.
+ =====================================================================
+ */
+
+
+GLOBAL VOID
+NOP()
+ {
+ }