VirtualBox

Changeset 104389 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Apr 20, 2024 7:15:12 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162879
Message:

Devices/Neetwork/DrvNAT: linux.arm64 doesn't support 64KiB stacks for threads, so use 128KiB like the rest of the threads because that works, bugref:10391 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r104388 r104389  
    17661766            size_t const cbStack = _128K;
    17671767#else
    1768             size_t const cbStack = _64K
     1768            size_t const cbStack = _64K;
    17691769#endif
    17701770            rc = PDMDrvHlpThreadCreate(pThis->pDrvIns, &pThis->pHostResThread,
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