mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Added protective case
This commit is contained in:
parent
ec3eb0b134
commit
0cbe2376ec
1 changed files with 2 additions and 0 deletions
|
@ -5355,6 +5355,8 @@ void BeMCContext::ValidateRMResult(const BeMCOperand& operand, BeRMParamsInfo& r
|
||||||
{
|
{
|
||||||
if (!doValidate)
|
if (!doValidate)
|
||||||
return;
|
return;
|
||||||
|
if (rmInfo.mMode == BeMCRMMode_Invalid)
|
||||||
|
return;
|
||||||
|
|
||||||
//TODO: WTF- this previous version just seems to be wrong! Why did think this was true? the REX.X and REX.B flags fix these
|
//TODO: WTF- this previous version just seems to be wrong! Why did think this was true? the REX.X and REX.B flags fix these
|
||||||
// in a SIB, the base can't be R13 (which is RBP+REX), and the scaled index can't be R12 (which is RSP+REX)
|
// in a SIB, the base can't be R13 (which is RBP+REX), and the scaled index can't be R12 (which is RSP+REX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue