VirtualBox

Changeset 57358 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

Location:
trunk/src/recompiler
Files:
3 edited

Legend:

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

    r42474 r57358  
    55
    66
    7 /*******************************************************************************
    8 *   Header Files                                                               *
    9 *******************************************************************************/
     7/*********************************************************************************************************************************
     8*   Header Files                                                                                                                 *
     9*********************************************************************************************************************************/
    1010#ifndef MATHTEST_STANDALONE
    1111# include <iprt/assert.h>
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r55988 r57358  
    149149
    150150
    151 /*******************************************************************************
    152 *   Defined Constants And Macros                                               *
    153 *******************************************************************************/
     151/*********************************************************************************************************************************
     152*   Defined Constants And Macros                                                                                                 *
     153*********************************************************************************************************************************/
    154154/** @def USE_REM_STUBS
    155155 * Define USE_REM_STUBS to stub the entire REM stuff. This is useful during
     
    193193
    194194
    195 /*******************************************************************************
    196 *   Header Files                                                               *
    197 *******************************************************************************/
     195/*********************************************************************************************************************************
     196*   Header Files                                                                                                                 *
     197*********************************************************************************************************************************/
    198198#define LOG_GROUP LOG_GROUP_REM
    199199#include <VBox/vmm/rem.h>
     
    226226
    227227
    228 /*******************************************************************************
    229 *   Structures and Typedefs                                                    *
    230 *******************************************************************************/
     228/*********************************************************************************************************************************
     229*   Structures and Typedefs                                                                                                      *
     230*********************************************************************************************************************************/
    231231/**
    232232 * Parameter descriptor.
     
    331331
    332332
    333 /*******************************************************************************
    334 *   Global Variables                                                           *
    335 *******************************************************************************/
     333/*********************************************************************************************************************************
     334*   Global Variables                                                                                                             *
     335*********************************************************************************************************************************/
    336336#ifndef USE_REM_STUBS
    337337/** Loader handle of the REM object/DLL. */
     
    13951395
    13961396
    1397 /*******************************************************************************
    1398 *   Internal Functions                                                         *
    1399 *******************************************************************************/
     1397/*********************************************************************************************************************************
     1398*   Internal Functions                                                                                                           *
     1399*********************************************************************************************************************************/
    14001400# ifndef VBOX_USE_BITNESS_SELECTOR
    14011401static int remGenerateExportGlue(PRTUINTPTR pValue, PCREMFNDESC pDesc);
  • trunk/src/recompiler/VBoxRecompiler.c

    r56984 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_REM
    2323#include <stdio.h>      /* FILE */
     
    7272
    7373
    74 /*******************************************************************************
    75 *   Defined Constants And Macros                                               *
    76 *******************************************************************************/
     74/*********************************************************************************************************************************
     75*   Defined Constants And Macros                                                                                                 *
     76*********************************************************************************************************************************/
    7777
    7878/** Copy 80-bit fpu register at pSrc to pDst.
     
    9494
    9595
    96 /*******************************************************************************
    97 *   Internal Functions                                                         *
    98 *******************************************************************************/
     96/*********************************************************************************************************************************
     97*   Internal Functions                                                                                                           *
     98*********************************************************************************************************************************/
    9999static DECLCALLBACK(int) remR3Save(PVM pVM, PSSMHANDLE pSSM);
    100100static DECLCALLBACK(int) remR3Load(PVM pVM, PSSMHANDLE pSSM, uint32_t uVersion, uint32_t uPass);
     
    121121
    122122
    123 /*******************************************************************************
    124 *   Global Variables                                                           *
    125 *******************************************************************************/
     123/*********************************************************************************************************************************
     124*   Global Variables                                                                                                             *
     125*********************************************************************************************************************************/
    126126
    127127/** @todo Move stats to REM::s some rainy day we have nothing do to. */
     
    237237
    238238
    239 /*******************************************************************************
    240 *   Internal Functions                                                         *
    241 *******************************************************************************/
     239/*********************************************************************************************************************************
     240*   Internal Functions                                                                                                           *
     241*********************************************************************************************************************************/
    242242void remAbort(int rc, const char *pszTip);
    243243extern int testmath(void);
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