1
0
mirror of https://github.com/simh/simh.git synced 2026-02-22 15:18:41 +00:00

ID16: Define IFP_IN_MEM at build time to signify floating point regs in memory

This commit is contained in:
Bob Supnik
2022-12-06 09:55:03 -10:00
committed by Mark Pizzolato
parent ff2d849460
commit 527cad6703
3 changed files with 4 additions and 4 deletions

View File

@@ -1925,7 +1925,7 @@ ID16 = ${ID16D}/id16_cpu.c ${ID16D}/id16_sys.c ${ID16D}/id_dp.c \
${ID16D}/id_fd.c ${ID16D}/id_fp.c ${ID16D}/id_idc.c ${ID16D}/id_io.c \
${ID16D}/id_lp.c ${ID16D}/id_mt.c ${ID16D}/id_pas.c ${ID16D}/id_pt.c \
${ID16D}/id_tt.c ${ID16D}/id_uvc.c ${ID16D}/id16_dboot.c ${ID16D}/id_ttp.c
ID16_OPT = -I ${ID16D}
ID16_OPT = -DIFP_IN_MEM -I ${ID16D}
ID32D = ${SIMHD}/Interdata