All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add missing const
@ 2008-07-20 14:33 Stefan Weil
  0 siblings, 0 replies; only message in thread
From: Stefan Weil @ 2008-07-20 14:33 UTC (permalink / raw)
  To: QEMU Developers

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Hello,

this patch adds a missing const (string like "xxx" should always be const).
Please apply it to Qemu SVN trunk.

Regards
Stefan


[-- Attachment #2: i386-dis.patch --]
[-- Type: text/x-diff, Size: 336 bytes --]

Index: i386-dis.c
===================================================================
--- i386-dis.c	(Revision 4908)
+++ i386-dis.c	(Arbeitskopie)
@@ -2432,7 +2432,7 @@
   },
 };
 
-static char *fgrps[][8] = {
+static const char *fgrps[][8] = {
   /* d9_2  0 */
   {
     "fnop","(bad)","(bad)","(bad)","(bad)","(bad)","(bad)","(bad)",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-20 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-20 14:33 [Qemu-devel] [PATCH] Add missing const Stefan Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.