diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-20 18:55:00 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-20 18:55:00 +0000 |
commit | 4c7d9dc78dd17b135fdfd4b928451c3e435ab9ab (patch) | |
tree | 5b7930b23b87ea89016031cfb32f9c18d78b27bd /i386-dis.c | |
parent | 920c608ef3ea8306b744b41e5f29b886baa99379 (diff) |
Add missing const, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4914 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'i386-dis.c')
-rw-r--r-- | i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386-dis.c b/i386-dis.c index 145e14e711..f8abf74b9b 100644 --- a/i386-dis.c +++ b/i386-dis.c @@ -2432,7 +2432,7 @@ static const struct dis386 float_reg[][8] = { }, }; -static char *fgrps[][8] = { +static const char *fgrps[][8] = { /* d9_2 0 */ { "fnop","(bad)","(bad)","(bad)","(bad)","(bad)","(bad)","(bad)", |