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_fline.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.s') diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.s b/c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.s index 100a86a083..130e7643c7 100644 --- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.s +++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.s @@ -21,7 +21,7 @@ X_FLINE: //idnt 2,1 | Motorola 040 Floating Point Software Package |section 8 - .include "fpsp.defs" +#include "fpsp.defs" |xref real_fline |xref fpsp_unimp -- cgit v1.2.3