Skip to content

Commit

Permalink
Fix typo in amd64 gs_seg register name (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Dec 14, 2023
1 parent 37c3815 commit c1538e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinfo/arch_amd64.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _configure_keystone(self):
Register(name="ds_seg", size=2, vex_name="ds"),
Register(name="es_seg", size=2, vex_name="es"),
Register(name="fs_seg", size=2, vex_name="fs"),
Register(name="fs_seg", size=2, vex_name="gs"),
Register(name="gs_seg", size=2, vex_name="gs"),
Register(name="ss_seg", size=2, vex_name="ss"),
]

Expand Down

0 comments on commit c1538e5

Please sign in to comment.