summaryrefslogtreecommitdiff
path: root/compiler/globtype.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/globtype.pas')
-rw-r--r--compiler/globtype.pas7
1 files changed, 5 insertions, 2 deletions
diff --git a/compiler/globtype.pas b/compiler/globtype.pas
index 8f114da397..f74b907019 100644
--- a/compiler/globtype.pas
+++ b/compiler/globtype.pas
@@ -360,7 +360,9 @@ interface
pocall_softfloat,
{ Metrowerks Pascal. Special case on Mac OS (X): passes all }
{ constant records by reference. }
- pocall_mwpascal
+ pocall_mwpascal,
+ { Special interrupt handler for embedded systems }
+ pocall_interrupt
);
tproccalloptions = set of tproccalloption;
@@ -377,7 +379,8 @@ interface
'SafeCall',
'StdCall',
'SoftFloat',
- 'MWPascal'
+ 'MWPascal',
+ 'Interrupt'
);
{ Default calling convention }