From 1d320bac21dc831f145f77643866fbe0d3daf6e4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Jul 1997 23:41:20 +0000 Subject: This code was in the tree but not actually being compiled. There were a number of minor problems which had to be fixed to get it to compile including modifying the compile rule to handle C++ comments, changing the syntax of the include statement, and getting rid of "%" as part of register names. --- c/src/lib/libcpu/m68k/m68040/fpsp/x_store.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/m68k/m68040/fpsp/x_store.s') diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_store.s b/c/src/lib/libcpu/m68k/m68040/fpsp/x_store.s index 0dcb6798f7..fffd45a174 100644 --- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_store.s +++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_store.s @@ -22,7 +22,7 @@ X_STORE: //idnt 2,1 | Motorola 040 Floating Point Software Package fpreg_mask: .byte 0x80,0x40,0x20,0x10,0x08,0x04,0x02,0x01 - .include "fpsp.defs" +#include "fpsp.defs" |xref mem_write |xref get_fline -- cgit v1.2.3