From c7cd6a3742aad0c609fd95f09a267046fdfcc5f2 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Thu, 2 Oct 2008 18:27:46 +0000 Subject: Make CPULogItem tables const git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5397 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-all.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu-all.h') diff --git a/cpu-all.h b/cpu-all.h index 00c4c4d0e1..db84423dcf 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -797,7 +797,7 @@ typedef struct CPULogItem { const char *help; } CPULogItem; -extern CPULogItem cpu_log_items[]; +extern const CPULogItem cpu_log_items[]; void cpu_set_log(int log_flags); void cpu_set_log_filename(const char *filename); -- cgit v1.2.1