VirtualBox

Changeset 25528 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Dec 20, 2009 11:24:59 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56201
Message:

IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, AssertMsg2Weak, AssertMsg2, AssertMsg2WeakV and AssertMsg2V. Doing more of the assertion machinery in common/misc/assert.cpp to avoid code duplication (ring-0). Major SUPDrv version bump.

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/Sun/testmath.c

    r18083 r25528  
    1212# include <math.h>
    1313# undef printf
    14 # define printf AssertMsg2
     14# define printf RTAssertMsg2Weak
    1515#else
    1616# include <stdio.h>
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r25432 r25528  
    10001000
    10011001/* IPRT args */
    1002 static const REMPARMDESC g_aArgsAssertMsg1[] =
     1002static const REMPARMDESC g_aArgsRTAssertMsg1[] =
    10031003{
    10041004    { REMPARMDESC_FLAGS_INT,        sizeof(const char *), NULL },
     
    10071007    { REMPARMDESC_FLAGS_INT,        sizeof(const char *), NULL }
    10081008};
    1009 static const REMPARMDESC g_aArgsAssertMsg2[] =
     1009static const REMPARMDESC g_aArgsRTAssertMsg2[] =
    10101010{
    10111011    { REMPARMDESC_FLAGS_INT,        sizeof(const char *), NULL },
    10121012    { REMPARMDESC_FLAGS_ELLIPSIS,   0 }
     1013};
     1014static const REMPARMDESC g_aArgsRTAssertMsg2V[] =
     1015{
     1016    { REMPARMDESC_FLAGS_INT,        sizeof(const char *), NULL },
     1017    { REMPARMDESC_FLAGS_VALIST,     0 }
    10131018};
    10141019static const REMPARMDESC g_aArgsRTLogFlags[] =
     
    12531258static REMFNDESC g_aRTImports[] =
    12541259{
    1255     { "AssertMsg1",                             (void *)(uintptr_t)&AssertMsg1,                     &g_aArgsAssertMsg1[0],                      RT_ELEMENTS(g_aArgsAssertMsg1),                        REMFNDESC_FLAGS_RET_VOID,   0,                  NULL },
    1256     { "AssertMsg2",                             (void *)(uintptr_t)&AssertMsg2,                     &g_aArgsAssertMsg2[0],                      RT_ELEMENTS(g_aArgsAssertMsg2),                        REMFNDESC_FLAGS_RET_VOID | REMFNDESC_FLAGS_ELLIPSIS, 0, NULL },
     1260    { "RTAssertMsg1",                           (void *)(uintptr_t)&RTAssertMsg1,                   &g_aArgsRTAssertMsg1[0],                    RT_ELEMENTS(g_aArgsRTAssertMsg1),                      REMFNDESC_FLAGS_RET_VOID,   0,                  NULL },
     1261    { "RTAssertMsg1Weak",                       (void *)(uintptr_t)&RTAssertMsg1Weak,               &g_aArgsRTAssertMsg1[0],                    RT_ELEMENTS(g_aArgsRTAssertMsg1),                      REMFNDESC_FLAGS_RET_VOID,   0,                  NULL },
     1262    { "RTAssertMsg2",                           (void *)(uintptr_t)&RTAssertMsg2,                   &g_aArgsRTAssertMsg2[0],                    RT_ELEMENTS(g_aArgsRTAssertMsg2),                      REMFNDESC_FLAGS_RET_VOID | REMFNDESC_FLAGS_ELLIPSIS, 0, NULL },
     1263    { "RTAssertMsg2V",                          (void *)(uintptr_t)&RTAssertMsg2V,                  &g_aArgsRTAssertMsg2V[0],                   RT_ELEMENTS(g_aArgsRTAssertMsg2V),                     REMFNDESC_FLAGS_RET_VOID | REMFNDESC_FLAGS_VALIST, 0, NULL },
     1264    { "RTAssertMsg2Weak",                       (void *)(uintptr_t)&RTAssertMsg2Weak,               &g_aArgsRTAssertMsg2[0],                    RT_ELEMENTS(g_aArgsRTAssertMsg2),                      REMFNDESC_FLAGS_RET_VOID | REMFNDESC_FLAGS_ELLIPSIS, 0, NULL },
    12571265    { "RTAssertShouldPanic",                    (void *)(uintptr_t)&RTAssertShouldPanic,            NULL,                                       0,                                                     REMFNDESC_FLAGS_RET_INT,    sizeof(bool),       NULL },
    12581266    { "RTLogDefaultInstance",                   (void *)(uintptr_t)&RTLogDefaultInstance,           NULL,                                       0,                                                     REMFNDESC_FLAGS_RET_INT,    sizeof(PRTLOGGER),  NULL },
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