Skip to content

Commit

Permalink
pkg: fix abbreviation of Flag Register on amd64 (go-delve#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainhelen authored and derekparker committed Jan 22, 2020
1 parent 75d7266 commit ff5734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proc/amd64_arch.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ var amd64DwarfToName = map[int]string{
38: "ST(5)",
39: "ST(6)",
40: "ST(7)",
49: "Eflags",
49: "Rflags",
50: "Es",
51: "Cs",
52: "Ss",
Expand Down

0 comments on commit ff5734a

Please sign in to comment.