VirtualBox

Ignore:
Timestamp:
Oct 23, 2008 7:21:59 AM (16 years ago)
Author:
vboxsync
Message:

cast not necessary

File:
1 edited

Legend:

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

    r13319 r13512  
    7878                "Location  : %s(%d) %s\n",
    7979                pszExpr, pszFile, uLine, pszFunction);
    80     ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertExpr, (void *)pszExpr);
    81     ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFile, (void *)pszFile);
    82     ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFunction, (void *)pszFunction);
     80    ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertExpr, pszExpr);
     81    ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFile, pszFile);
     82    ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFunction, pszFunction);
    8383    ASMAtomicUoWriteU32(&g_u32RTAssertLine, uLine);
    8484}
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