diff options
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exec-all.h b/exec-all.h index 20c7d3ba35..8167d1a271 100644 --- a/exec-all.h +++ b/exec-all.h @@ -377,6 +377,7 @@ do {\ extern CPUWriteMemoryFunc *io_mem_write[IO_MEM_NB_ENTRIES][4]; extern CPUReadMemoryFunc *io_mem_read[IO_MEM_NB_ENTRIES][4]; +extern void *io_mem_opaque[IO_MEM_NB_ENTRIES]; #ifdef __powerpc__ static inline int testandset (int *p) |