hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss
commit2eea51bd018fa48a952010e9bb7480e9d6390ba3
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 5 Mar 2020 12:45:18 +0000 (5 13:45 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 22:02:24 +0000 (16 23:02 +0100)
tree51a0936070cde5819e443085f9225166af5f2e1f
parent81ed0a5778cf2d942f33492b0832f86850cc180d
hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss

This buffer is only used by the adlib audio device. Move it to
the .heap to release 32KiB of .bss (size reported on x86_64 host).

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/audio/fmopl.c