rseq: do not set back rseq_cs to 0
[lttng-ust.git] / libringbuffer / rseq-x86.h
index 556f4544b31c2d61cedcc17d90239193442e1090..0831b9c10f080a170bc2bb269ed3c3566b0deede 100644 (file)
@@ -56,11 +56,9 @@ do { \
                _final_store \
                "2:\n\t" \
                RSEQ_INJECT_ASM(5) \
-               "movq $0, %[rseq_cs]\n\t" \
                _teardown \
                ".pushsection __rseq_failure, \"a\"\n\t" \
                "4:\n\t" \
-               "movq $0, %[rseq_cs]\n\t" \
                _teardown \
                "jmp %l[failure]\n\t" \
                ".popsection\n\t" \
@@ -174,11 +172,9 @@ do { \
                _final_store \
                "2:\n\t" \
                RSEQ_INJECT_ASM(5) \
-               "movl $0, %[rseq_cs]\n\t" \
                _teardown \
                ".pushsection __rseq_failure, \"a\"\n\t" \
                "4:\n\t" \
-               "movl $0, %[rseq_cs]\n\t" \
                _teardown \
                "jmp %l[failure]\n\t" \
                ".popsection\n\t" \
This page took 0.024294 seconds and 5 git commands to generate.