]> git.proxmox.com Git - qemu.git/commit
linux-user: arg_table need not have global scope
authorJim Meyering <meyering@redhat.com>
Mon, 21 May 2012 19:56:19 +0000 (21:56 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 27 Aug 2012 07:13:17 +0000 (10:13 +0300)
commit42644cee08f85202f5d3e8babf6503487849353a
tree43a4661ce5cff512cb6617c34cf278d30506d980
parentd03c98d80ffb7c561d9e6874580f52fe7ecc8c6c
linux-user: arg_table need not have global scope

Declare arg_table to be "static const", and adjust the two users
to also be const.

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/main.c