Skip to content
Snippets Groups Projects
Commit 10b02caa authored by clc5q's avatar clc5q
Browse files

Fix beaEngine register names.

Former-commit-id: 6e825c69e067cc594a54fe9844686faefdb5975d
parent 08361a4c
No related branches found
No related tags found
No related merge requests found
......@@ -152,11 +152,11 @@ no operands for eflags or mxcsr?
*/
switch(bea_regno)
{
case EFLAGS:
case REGISTER_TYPE + SPECIAL_REG + REG0: // EFLAGS reg
OpType = op_Reg;
operand.reg.RegNum = STARS_x86_R_efl;
break;
case MXCSR:
case REGISTER_TYPE + SPECIAL_REG + REG1: // MXCSR reg
OpType = op_Reg;
operand.reg.RegNum = STARS_x86_R_mxcsr;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment