summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-09-30 12:06:41 +0200
committerAraq <rumpf_a@web.de>2019-09-30 12:06:41 +0200
commit0ecf3806c400c5ae9657108d9bfb7e7448db2a6f (patch)
treeccff5cd412e6f697815ecc34a3d38492bf3c51c7
parent86de2cddf610a3fa118b343113ce9ab70ead5411 (diff)
downloadNim-0ecf3806c400c5ae9657108d9bfb7e7448db2a6f.tar.gz
fixes #12298
-rw-r--r--compiler/wordrecg.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/wordrecg.nim b/compiler/wordrecg.nim
index 75e5ef689..22715958f 100644
--- a/compiler/wordrecg.nim
+++ b/compiler/wordrecg.nim
@@ -209,7 +209,7 @@ proc canonPragmaSpelling*(w: TSpecialWord): string =
   of wLinearScanEnd: "linearScanEnd"
   of wComputedGoto: "computedGoto"
   of wInjectStmt: "injectStmt"
-  of wAsmNoStackFrame: "asmNoStackframe"
+  of wAsmNoStackFrame: "asmNoStackFrame"
   of wImplicitStatic: "implicitStatic"
   of wCodegenDecl: "codegenDecl"
   of wLiftLocals: "liftLocals"