mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
Typo?
This commit is contained in:
@@ -161,7 +161,7 @@ requires full qualification.
|
||||
|
||||
asmNoStackFrame pragma
|
||||
----------------------
|
||||
A proc can be marked with the ``AsmNoStackFrame`` pragma to tell the compiler
|
||||
A proc can be marked with the ``asmNoStackFrame`` pragma to tell the compiler
|
||||
it should not generate a stack frame for the proc. There are also no exit
|
||||
statements like ``return result;`` generated and the generated C function is
|
||||
declared as ``__declspec(naked)`` or ``__attribute__((naked))`` (depending on
|
||||
|
||||
Reference in New Issue
Block a user