mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 21:52:17 +02:00
* ifdef i8086 changed to ifdef cpui8086 in dosh.inc, because that's part of the
rtl, not the compiler git-svn-id: trunk@28058 -
This commit is contained in:
parent
96a3a667c5
commit
47588a287d
@ -125,8 +125,8 @@ Procedure SetVerify(verify: boolean);
|
|||||||
|
|
||||||
{Do Nothing Functions}
|
{Do Nothing Functions}
|
||||||
Procedure SwapVectors;
|
Procedure SwapVectors;
|
||||||
Procedure GetIntVec(intno: byte; var vector: {$ifdef i8086}farpointer{$else}pointer{$endif});
|
Procedure GetIntVec(intno: byte; var vector: {$ifdef cpui8086}farpointer{$else}pointer{$endif});
|
||||||
Procedure SetIntVec(intno: byte; vector: {$ifdef i8086}farpointer{$else}pointer{$endif});
|
Procedure SetIntVec(intno: byte; vector: {$ifdef cpui8086}farpointer{$else}pointer{$endif});
|
||||||
Procedure Keep(exitcode: word);
|
Procedure Keep(exitcode: word);
|
||||||
|
|
||||||
{Additional (non-TP) function for quick access to system timer - for FV etc.}
|
{Additional (non-TP) function for quick access to system timer - for FV etc.}
|
||||||
|
Loading…
Reference in New Issue
Block a user