VirtualBox

Changeset 101046 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 7, 2023 11:42:28 AM (15 months ago)
Author:
vboxsync
Message:

Main/Platform: Fixed status code mixup. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/PlatformImpl.cpp

    r101035 r101046  
    718718#endif
    719719        default:
    720             AssertFailedStmt(hrc = VERR_PLATFORM_ARCH_NOT_SUPPORTED);
     720            AssertFailedStmt(hrc = VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED);
    721721            break;
    722722    }
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