Commit aa5a2c0b authored by Max Filippov's avatar Max Filippov Committed by Michael Tokarev
Browse files

target/xtensa: gdbstub: drop dead return statement

parent 6b06e3e4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ int xtensa_cpu_gdb_read_register(CPUState *cs, uint8_t *mem_buf, int n)
                      __func__, n, reg->type);
        memset(mem_buf, 0, reg->size);
        return reg->size;
        return 0;
    }
}