diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/wordrecg.nim | 2 |
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" |