VirtualBox

Changeset 104026 in vbox for trunk


Ignore:
Timestamp:
Mar 24, 2024 6:33:30 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162414
Message:

FE/VirtualBox: Make it build on linux.arm64, bugref:10391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r103963 r104026  
    163163}
    164164
    165 # if defined(RT_OS_LINUX) && defined(DEBUG)
     165# if (defined(RT_OS_LINUX) && !defined(RT_ARCH_ARM64)) && defined(DEBUG)
    166166/** X11, Linux, Debug: The signal handler that prints out a backtrace of the call stack.
    167167  * @remarks The code is taken from http://www.linuxjournal.com/article/6391. */
     
    472472
    473473#ifdef VBOX_WS_NIX
    474 # if defined(RT_OS_LINUX) && defined(DEBUG)
     474# if (defined(RT_OS_LINUX) && !defined(RT_ARCH_ARM64)) && defined(DEBUG)
    475475        /* Install signal handler to backtrace the call stack: */
    476476        InstallSignalHandler();
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