Unverified Commit 356bbe34 authored by zgfzgf's avatar zgfzgf Committed by GitHub

core/asm: change order of items in stringtokenTypes (#24153)

This orders the items in slice definition same as the enum values.
parent dddf73ab
......@@ -68,10 +68,10 @@ func (it tokenType) String() string {
var stringtokenTypes = []string{
eof: "EOF",
lineStart: "new line",
lineEnd: "end of line",
invalidStatement: "invalid statement",
element: "element",
lineEnd: "end of line",
lineStart: "new line",
label: "label",
labelDef: "label definition",
number: "number",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment