From b0f890ef1cba94b07c72778286b0035ad73d3f21 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 30 Sep 2019 12:06:41 +0200 Subject: [PATCH] fixes #12298 --- compiler/wordrecg.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/wordrecg.nim b/compiler/wordrecg.nim index 3a606da240e8c..4650f22ecc717 100644 --- a/compiler/wordrecg.nim +++ b/compiler/wordrecg.nim @@ -205,7 +205,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"