]> git.proxmox.com Git - mirror_qemu.git/commit
Revert changes to fmopl.c
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Feb 2009 00:15:19 +0000 (00:15 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Feb 2009 00:15:19 +0000 (00:15 +0000)
commit809c130cef007055b19c12ab7fba3ce79ab56800
tree93c023c1bb4842309df31af0e41c116704b995dd
parentf21c0ed97c9754683b168deb6112b3a280361ff2
Revert changes to fmopl.c

fmopl.c was taken from MAME and doesn't include QEMU header files so we cannot
use qemu_malloc in it.  It happens to build because C is a silly language.

Unfortunately, it doesn't play nicely with the QEMU headers so lets just revert
the changes that were made to it.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6541 c046a42c-6fe2-441c-8c8c-71466251a162
hw/fmopl.c