1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

Visual Studio Projects: Added support for building under Visual Studio Community (2015)

Release build binaries built under Visual Studio Community DO NOT run on Windows XP.

Fix: #233
This commit is contained in:
Mark Pizzolato
2015-08-19 11:16:47 -07:00
parent 77152c6e20
commit 15736aeec3
4 changed files with 12 additions and 3 deletions

View File

@@ -139,6 +139,7 @@ static int32 fir; /* instruction */
static int32 jea; /* exc address */
static int32 fguard; /* guard bit */
static int32 stop_fpp = STOP_RSRV; /* stop if fp dis */
#define fma fma_X /* Avoid name conflict with math.h defined fma() routine */
static UFP fma; /* FMA */
static UFP fmb; /* FMB */
static UFP fmq; /* FMQ - hi,lo only */