VirtualBox

Ignore:
Timestamp:
Feb 1, 2024 12:18:11 AM (12 months ago)
Author:
vboxsync
Message:

VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMMc.h

    r102977 r103155  
    199199#define IEM_MC_LOCAL_ASSIGN(a_Type, a_Name, a_Value)    a_Type a_Name = (a_Value)
    200200#define IEM_MC_LOCAL_CONST(a_Type, a_Name, a_Value)     a_Type const a_Name = (a_Value)
    201 /** @deprecated Use IEM_MC_ARG_LOCAL_REF instead! */
    202 #define IEM_MC_REF_LOCAL(a_pRefArg, a_Local)            (a_pRefArg) = &(a_Local)
    203201#define IEM_MC_ARG(a_Type, a_Name, a_iArg)              a_Type a_Name
    204202#define IEM_MC_ARG_CONST(a_Type, a_Name, a_Value, a_iArg)       a_Type const a_Name = (a_Value)
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