mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
Code used by the linux-user targets should not use vl.h.
Include exec.h instead. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3536 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@ -23,7 +23,8 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vl.h"
|
#include "exec.h"
|
||||||
|
#include "host-utils.h"
|
||||||
|
|
||||||
//#define DEBUG_MULDIV
|
//#define DEBUG_MULDIV
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user