From 0cdb65045713b40552e8e24de6cfd16822e4e970 Mon Sep 17 00:00:00 2001 From: Yuta Yamada Date: Wed, 14 Sep 2016 17:40:47 -0700 Subject: [PATCH] Typo? --- doc/manual/pragmas.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/pragmas.txt b/doc/manual/pragmas.txt index 70fc4a914d..a19f41a34e 100644 --- a/doc/manual/pragmas.txt +++ b/doc/manual/pragmas.txt @@ -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