[FIX] For 0525593eaae73c00e1edfc47aff7a151b4f4cac8
authorAlexander Aksenov <a.aksenov@samsung.com>
Mon, 15 Jul 2013 09:11:30 +0000 (13:11 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Mon, 15 Jul 2013 09:11:30 +0000 (13:11 +0400)
uprobe/swap_uprobes.c

index a2f0a41..4b3e551 100644 (file)
@@ -805,7 +805,7 @@ int dbi_register_uretprobe(struct uretprobe *rp)
        if (ret)
                return ret;
 
-       arch_opcode_analysis_uretprobe(rp->up.kp.opcode);
+       arch_opcode_analysis_uretprobe(rp);
 
        return 0;
 }