VirtualBox

Changeset 39456 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Nov 29, 2011 1:31:29 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75102
Message:

rtThreadMain: Try prevent gcc from hiding arguments in optimized builds. (gdb back traces)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/thread.cpp

    r39083 r39456  
    677677 * @param   pszThreadName   The name of the thread (purely a dummy for backtrace).
    678678 */
    679 DECLHIDDEN(int) rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread, const char *pszThreadName)
     679DECLCALLBACK(DECLHIDDEN(int)) rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread, const char *pszThreadName)
    680680{
    681681    int rc;
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