VirtualBox

Changeset 43373 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 20, 2012 3:04:11 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80837
Message:

Additions/Haiku: missed commits.

Location:
trunk/src/VBox/Runtime/r0drv/haiku
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/haiku/assert-r0drv-haiku.c

    r43363 r43373  
    4444{
    4545    dprintf("\r\n!!Assertion Failed!!\r\n"
    46            "Expression: %s\r\n"
    47            "Location  : %s(%d) %s\r\n",
    48            pszExpr, pszFile, uLine, pszFunction);
     46            "Expression: %s\r\n"
     47            "Location  : %s(%d) %s\r\n",
     48            pszExpr, pszFile, uLine, pszFunction);
    4949}
    5050
  • trunk/src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c

    r43363 r43373  
    213213    call_all_cpus_sync(rtmpOnSpecificHaikuWrapper, &Args);
    214214    return Args.cHits == 1
    215          ? VINF_SUCCESS
    216          : VERR_CPU_NOT_FOUND;
    217 }
    218 
     215           ? VINF_SUCCESS
     216           : VERR_CPU_NOT_FOUND;
     217}
     218
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