diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 2c39b3e73..1472dd4e6 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -1917,6 +1917,10 @@ Nim supports these `calling conventions`:idx:\: Fastcall means different things to different C compilers. One gets whatever the C ``__fastcall`` means. +`thiscall`:idx: + This is thiscall calling convention as specified by Microsoft, used on C++ + class member functions on the x86 architecture + `syscall`:idx: The syscall convention is the same as ``__syscall`` in C. It is used for interrupts. |