VirtualBox

Changeset 101307 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Sep 29, 2023 1:31:56 AM (15 months ago)
Author:
vboxsync
Message:

VMM/IEM: Enabled native recompilation of pure defer-to-CImpl instructions on arm. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py

    r101304 r101307  
    9191    if (    len(aoStmts) == 1
    9292        and aoStmts[0].sName.startswith('IEM_MC_DEFER_TO_CIMPL_')
    93         and aoStmts[0].sName.endswith('_RET_THREADED')
    94         and sHostArch in ('amd64',)):
     93        and aoStmts[0].sName.endswith('_RET_THREADED')):
    9594        return NativeRecompFunctionVariation(oVariation, sHostArch);
    9695
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette