]> err.no Git - linux-2.6/blobdiff - arch/s390/kernel/dis.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux-2.6] / arch / s390 / kernel / dis.c
index 5f315affc81ed0b42e5312f9fbed09310e198c89..c14a336f63002c2d166ab86731a4c876a6a51d62 100644 (file)
@@ -1243,7 +1243,6 @@ void show_code(struct pt_regs *regs)
        }
        /* Find a starting point for the disassembly. */
        while (start < 32) {
-               hops = 0;
                for (i = 0, hops = 0; start + i < 32 && hops < 3; hops++) {
                        if (!find_insn(code + start + i))
                                break;