Skip to content
Snippets Groups Projects
Commit 4a15d789 authored by Leon Weiss's avatar Leon Weiss
Browse files

Revert "Handle index register of a memory operation being the pseudo-register RIZ/EIZ"

This reverts commit 01262f75.
parent a9e49900
No related branches found
No related tags found
1 merge request!47Improve jump table detection and debugging output
......@@ -176,9 +176,6 @@ static uint32_t to_reg_number(const x86_reg &reg)
case X86_REG_R15D:
case X86_REG_R15W:
return 15;
case X86_REG_RIZ:
case X86_REG_EIZ:
return -1; // STARS_x86_R_none, RIZ/EIZ is a pseudo-register having constant value of 0
default: break;
}
assert(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment