Skip to content

Commit

Permalink
Typo in register's name (#1282)
Browse files Browse the repository at this point in the history
Fixed Minor typo, i.e. the friendly string representation of X86_REG_ST0 was "st(0"
  • Loading branch information
bohlender authored and aquynh committed Nov 1, 2018
1 parent 641a0dd commit f01c267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/X86/X86Mapping.c
Expand Up @@ -200,7 +200,7 @@ static const name_map reg_name_maps[] = {
{ X86_REG_R13, "r13" },
{ X86_REG_R14, "r14" },
{ X86_REG_R15, "r15" },
{ X86_REG_ST0, "st(0" },
{ X86_REG_ST0, "st(0)" },
{ X86_REG_ST1, "st(1)" },
{ X86_REG_ST2, "st(2)" },
{ X86_REG_ST3, "st(3)" },
Expand Down

0 comments on commit f01c267

Please sign in to comment.