Skip to content
  • Jan Holthuis's avatar
    core/hw/sh5/dyna/decoder.cpp: place parentheses around && expression · 1d0ef81a
    Jan Holthuis authored
    This compiler warning has been fixed:
    ../../core/hw/sh4/dyna/decoder.cpp:1181:66: warning: '&&' within '||'
          [-Wlogical-op-parentheses]
      ...|| blk->BlockType==BET_Cond_1 && blk->BranchBlock<=blk->addr)
         ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ../../core/hw/sh4/dyna/decoder.cpp:1181:66: note: place parentheses around the
          '&&' expression to silence this warning
      ...|| blk->BlockType==BET_Cond_1 && blk->BranchBlock<=blk->addr)
                                       ^
            (                                                        )
    1d0ef81a