Skip to content

Commit

Permalink
Realphabetize a few fp instructions
Browse files Browse the repository at this point in the history
This will make the final import of added instructions cleaner.
  • Loading branch information
hainest committed Nov 28, 2023
1 parent 39f9e94 commit 68ebb2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/h/mnemonics/x86_entryIDs.h
Expand Up @@ -191,14 +191,14 @@ e_fldenv,
e_fmul,
e_fmulp,
e_fnop,
e_fnsave,
e_fnstcw,
e_fnstenv,
e_fnstsw,
e_fprem,
e_frstor,
e_fnsave,
e_fst,
e_fnstenv,
e_fstp,
e_fnstsw,
e_fsub,
e_fsubp,
e_fsubr,
Expand Down

0 comments on commit 68ebb2a

Please sign in to comment.