public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] btrace: fix case label in btrace_data_append
@ 2015-07-15  6:49 Markus Metzger
  2015-07-21 10:29 ` Pedro Alves
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Metzger @ 2015-07-15  6:49 UTC (permalink / raw)
  To: palves; +Cc: gdb-patches

2015-07-15  Markus Metzger <markus.t.metzger@intel.com>

gdb/
	* common/btrace-common.c (btrace_data_append): Change case label.
---
 gdb/common/btrace-common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/common/btrace-common.c b/gdb/common/btrace-common.c
index 3595636..9d6c4a7 100644
--- a/gdb/common/btrace-common.c
+++ b/gdb/common/btrace-common.c
@@ -155,7 +155,7 @@ btrace_data_append (struct btrace_data *dst,
 	  dst->variant.pt.size = 0;
 
 	  /* fall-through.  */
-	case BTRACE_FORMAT_BTS:
+	case BTRACE_FORMAT_PT:
 	  {
 	    gdb_byte *data;
 	    size_t size;
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] btrace: fix case label in btrace_data_append
  2015-07-15  6:49 [PATCH] btrace: fix case label in btrace_data_append Markus Metzger
@ 2015-07-21 10:29 ` Pedro Alves
  0 siblings, 0 replies; 2+ messages in thread
From: Pedro Alves @ 2015-07-21 10:29 UTC (permalink / raw)
  To: Markus Metzger; +Cc: gdb-patches

On 07/15/2015 07:49 AM, Markus Metzger wrote:
> 2015-07-15  Markus Metzger <markus.t.metzger@intel.com>
> 
> gdb/
> 	* common/btrace-common.c (btrace_data_append): Change case label.

OK.

Thanks,
Pedro Alves

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-21 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-15  6:49 [PATCH] btrace: fix case label in btrace_data_append Markus Metzger
2015-07-21 10:29 ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).