mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Remove -msse2, fix halt code type on windows platform.
This commit is contained in:
parent
4a9f674b10
commit
300b67a572
198 changed files with 209 additions and 209 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue