mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
Make CPULogItem tables const
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5397 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
be7fb97f8a
commit
c7cd6a3742
4 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue