VirtualBox

Ignore:
Timestamp:
May 6, 2025 9:22:24 PM (6 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168749
Message:

VMM: VTable description fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMMR3VTable.cpp

    r109184 r109185  
    5151    /* .uMagicVersion = */      VMMR3VTABLE_MAGIC_VERSION,
    5252    /* .fFlags = */             0,
     53#ifdef VBOX_VMM_TARGET_X86
    5354    /* .pszDescription = */     "x86 & amd64",
     55#elif defined(VBOX_VMM_TARGET_ARMV8)
     56    /* .pszDescription = */     "armv8",
     57#else
     58# error "port me"
     59#endif
    5460
    5561#define VTABLE_ENTRY(a_Api)     a_Api,
Note: See TracChangeset for help on using the changeset viewer.

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