Remove -msse2, fix halt code type on windows platform.

This commit is contained in:
David Brown 2016-10-18 18:12:33 +01:00
parent 4a9f674b10
commit 300b67a572
198 changed files with 209 additions and 209 deletions

View file

@ -565,7 +565,7 @@ BEGIN
END
END DisplayHaltCode;
PROCEDURE Halt*(code: LONGINT);
PROCEDURE Halt*(code: SYSTEM.INT32);
BEGIN
HaltCode := code;
IF HaltHandler # NIL THEN HaltHandler(code) END;