mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 11:24:08 +00:00
fixes #12298
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user