mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07: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
2
vl.c
2
vl.c
|
|
@ -8845,7 +8845,7 @@ int main(int argc, char **argv)
|
|||
case QEMU_OPTION_d:
|
||||
{
|
||||
int mask;
|
||||
CPULogItem *item;
|
||||
const CPULogItem *item;
|
||||
|
||||
mask = cpu_str_to_log_mask(optarg);
|
||||
if (!mask) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue