From: Pierre-Marc Fournier Date: Thu, 1 Jul 2010 02:27:01 +0000 (-0400) Subject: fix regression of GDB support X-Git-Tag: v0.5~2 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=c60764827b5c81fc41d243dd2ab647ce60a80837 fix regression of GDB support Address of marker was not reported correctly. Fix by Pedro Alves. --- diff --git a/include/ust/marker.h b/include/ust/marker.h index 72ced98..0ed1192 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -129,8 +129,8 @@ struct marker { _ASM_PTR "0\n\t" /* tp_cb */ \ _ASM_PTR "(1f)\n\t" /* location */ \ ".previous\n\t" \ - ARCH_COPY_ADDR("%[outptr]") \ "1:\n\t" \ + ARCH_COPY_ADDR("%[outptr]") \ : [outptr] "=r" (m) ); \ \ save_registers(®s)