VirtualBox

Changeset 101548 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 23, 2023 1:30:06 AM (16 months ago)
Author:
vboxsync
Message:

VMM/IEM: doxygen fix. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp

    r101547 r101548  
    42174217 * @param   fFlags  The flags.
    42184218 * @param   pszBuf  The output buffer.
    4219  * @param   cchBuf  The output buffer length.  At least 32 bytes.
     4219 * @param   cbBuf   The output buffer size.  At least 32 bytes.
    42204220 */
    42214221const char *iemTbFlagsToString(uint32_t fFlags, char *pszBuf, size_t cbBuf)
     
    43684368                        {
    43694369                            /* Did the exec flag change? */
    4370                             if (fExec == pDbgInfo->aEntries[iDbgEntry].GuestInstruction.fExec)
    4371                             {} //pHlp->pfnPrintf(pHlp, "\n");
    4372                             else
     4370                            if (fExec != pDbgInfo->aEntries[iDbgEntry].GuestInstruction.fExec)
    43734371                            {
    43744372                                pHlp->pfnPrintf(pHlp,
     
    45124510            if (RT_SUCCESS(rc))
    45134511            {
    4514 #  if defined(RT_ARCH_AMD64)
     4512# if defined(RT_ARCH_AMD64)
    45154513                if (Dis.pCurInstr->uOpcode == OP_NOP && cbInstr == 7) /* iemNativeEmitMarker */
    45164514                {
     
    45244522                }
    45254523                else
    4526 #  endif
     4524# endif
    45274525                {
    45284526                    DISFormatYasmEx(&Dis, szDisBuf, sizeof(szDisBuf),
     
    45354533            else
    45364534            {
    4537 #  if defined(RT_ARCH_AMD64)
     4535# if defined(RT_ARCH_AMD64)
    45384536                pHlp->pfnPrintf(pHlp, "    %p:  %.*Rhxs - disassembly failure %Rrc\n",
    45394537                                &paNative[offNative], RT_MIN(cNative - offNative, 16), &paNative[offNative], rc);
    4540 #  elif defined(RT_ARCH_ARM64)
     4538# elif defined(RT_ARCH_ARM64)
    45414539                pHlp->pfnPrintf(pHlp, "    %p:  %#010RX32 - disassembly failure %Rrc\n",
    45424540                                &paNative[offNative], paNative[offNative], rc);
    4543 #  else
    4544  error "Port me"
     4541# else
     4542error "Port me"
    45454543# endif
    45464544                cbInstr = sizeof(paNative[0]);
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