1
0
Fork 0
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:
Brian Fiete 2021-09-22 11:33:47 -07:00
parent 8280cdba56
commit fb1d1aecc0
3 changed files with 32 additions and 11 deletions

View file

@ -9910,11 +9910,6 @@ bool BeMCContext::DoLegalization()
if ((needRegDisable) &&
((!vregInfo->mDisableRAX) || (!vregInfo->mDisableRDX)))
{
if (mDebugging)
{
NOP;
}
vregInfo->mDisableRAX = true;
vregInfo->mDisableRDX = true;
isFinalRun = false;