]> git.proxmox.com Git - qemu.git/commit
x86: avoid an extern declaration
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 09:07:22 +0000 (09:07 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jun 2012 20:28:08 +0000 (20:28 +0000)
commit9dd69d65aa0c25692be1722d0a05315b9a02422e
treeaa418045d663a0f3d08ff5cc33f7a833027fa22d
parent599b9a5a51ee958af9b5d5b9b8460c0ec786c639
x86: avoid an extern declaration

After the previous patch, we can use the proper
declaration in a common header file.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/excp_helper.c