mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Support for TrueType collections
This commit is contained in:
parent
8280cdba56
commit
fb1d1aecc0
3 changed files with 32 additions and 11 deletions
|
@ -9910,11 +9910,6 @@ bool BeMCContext::DoLegalization()
|
|||
if ((needRegDisable) &&
|
||||
((!vregInfo->mDisableRAX) || (!vregInfo->mDisableRDX)))
|
||||
{
|
||||
if (mDebugging)
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
vregInfo->mDisableRAX = true;
|
||||
vregInfo->mDisableRDX = true;
|
||||
isFinalRun = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue