VirtualBox

Changeset 86642 in vbox


Ignore:
Timestamp:
Oct 20, 2020 10:41:40 AM (4 years ago)
Author:
vboxsync
Message:

Revert accidental commit r141017

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r86641 r86642  
    424424# Enable the debugger GUI.
    425425VBOX_WITH_DEBUGGER_GUI = 1
     426# Enables the third step using IEM (the interpreter).
     427VBOX_WITH_3RD_IEM_STEP = 1
    426428# Nested hardware virtualization (64-bit hosts only).
    427429ifeq ($(KBUILD_TARGET_ARCH),amd64)
  • trunk/src/VBox/VMM/Config.kmk

    r86641 r86642  
    3030# Can be prepended to by setting it in LocalConfig.kmk
    3131VMM_COMMON_DEFS := USING_VMM_COMMON_DEFS
     32ifdef VBOX_WITH_3RD_IEM_STEP
     33 VMM_COMMON_DEFS += VBOX_WITH_3RD_IEM_STEP
     34endif
    3235ifdef VBOX_WITH_NESTED_HWVIRT_SVM
    3336 VMM_COMMON_DEFS += VBOX_WITH_NESTED_HWVIRT_SVM
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