Skip to content

Commit

Permalink
Make cwd an alias of cdq
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Nov 28, 2023
1 parent b524cca commit 438d1cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion common/h/mnemonics/x86_entryIDs.h
Expand Up @@ -61,6 +61,7 @@ e_bzhi,
e_call,
e_cbw,
e_cdq,
e_cwd = e_cdq,
e_clc,
e_cld,
e_clflush,
Expand Down Expand Up @@ -127,7 +128,6 @@ e_cvttps2dq,
e_cvttps2pi,
e_cvttsd2si,
e_cvttss2si,
e_cwd,
e_cwde,
e_daa,
e_das,
Expand Down
2 changes: 0 additions & 2 deletions dataflowAPI/src/convertOpcodes.C
Expand Up @@ -322,8 +322,6 @@ X86InstructionKind RoseInsnX86Factory::convertKind(entryID opcode, prefixEntryID
return x86_cvttsd2si;
case e_cvttss2si:
return x86_cvttss2si;
case e_cwd:
return x86_cwd;
case e_cwde:
return x86_cwde;
case e_daa:
Expand Down

0 comments on commit 438d1cb

Please sign in to comment.