diff options
Diffstat (limited to 'vl.h')
| -rw-r--r-- | vl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.h b/vl.h index f8d12a3936..9e5418073e 100644 --- a/vl.h +++ b/vl.h @@ -798,7 +798,7 @@ struct PCIDevice { int devfn; char name[64]; PCIIORegion io_regions[PCI_NUM_REGIONS]; - + /* do not access the following fields */ PCIConfigReadFunc *config_read; PCIConfigWriteFunc *config_write; |