Commit 5739006b authored by Max Filippov's avatar Max Filippov
Browse files

target-xtensa: add fallthrough markers



Explicitly mark cases where we are deliberately falling through to the
following code.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 7be9d0e6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -448,8 +448,10 @@ void HELPER(check_atomctl)(CPUXtensaState *env, uint32_t pc, uint32_t vaddr)
    switch (access & PAGE_CACHE_MASK) {
    case PAGE_CACHE_WB:
        atomctl >>= 2;
        /* fall through */
    case PAGE_CACHE_WT:
        atomctl >>= 2;
        /* fall through */
    case PAGE_CACHE_BYPASS:
        if ((atomctl & 0x3) == 0) {
            HELPER(exception_cause_vaddr)(env, pc,