VirtualBox

Ignore:
Timestamp:
Oct 11, 2017 4:11:23 PM (7 years ago)
Author:
vboxsync
Message:

Global: replace fall-through comments with RT_FALL_THRU().
bugref:8192: gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp

    r65654 r69046  
    711711                            case DISCPUMODE_32BIT: \
    712712                                if (pDis->pCurInstr->uOpcode != OP_GATHER || pDis->bVexWFlag) { PUT_SZ("dword "); break; } \
    713                                 /* fall thru */ \
     713                                RT_FALL_THRU(); \
    714714                            case DISCPUMODE_64BIT: PUT_SZ("qword "); break; \
    715715                            default: break; \
     
    743743                    case OP_PARM_ps: \
    744744                    case OP_PARM_pd: \
    745                     case OP_PARM_x: if (VEXREG_IS256B(pDis->bVexDestReg)) { PUT_SZ("yword "); break; } /* fall thru */ \
     745                    case OP_PARM_x: if (VEXREG_IS256B(pDis->bVexDestReg)) { PUT_SZ("yword "); break; } RT_FALL_THRU(); \
    746746                    case OP_PARM_ss: \
    747747                    case OP_PARM_sd: \
     
    14951495                    &&  pDis->pCurInstr->fParam1 != OP_PARM_Jv)
    14961496                    break;
    1497                 /* fall thru */
     1497                RT_FALL_THRU();
    14981498            case OP_JO:
    14991499            case OP_JNO:
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