Skip to content

Commit

Permalink
fixes #12298
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Sep 30, 2019
1 parent 86de2cd commit 0ecf380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/wordrecg.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0ecf380

Please sign in to comment.