mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Fix warning about unused shm_regions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6001 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1d6198c3b0
commit
3f911a51b2
1 changed files with 2 additions and 0 deletions
|
@ -1614,12 +1614,14 @@ static abi_long do_socketcall(int num, abi_ulong vptr)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef TARGET_NR_ipc
|
||||
#define N_SHM_REGIONS 32
|
||||
|
||||
static struct shm_region {
|
||||
abi_ulong start;
|
||||
abi_ulong size;
|
||||
} shm_regions[N_SHM_REGIONS];
|
||||
#endif
|
||||
|
||||
struct target_ipc_perm
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue