Move qemu_gettimeofday() to OS specific files

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Jes Sorensen 2010-10-26 10:39:23 +02:00 committed by Blue Swirl
parent 949d31e665
commit dc786bc910
10 changed files with 47 additions and 47 deletions

View file

@ -33,10 +33,10 @@
#define SEMIHOSTING_HEAP_SIZE (128 * 1024 * 1024)
#else
#include "qemu-common.h"
#include "sysemu.h"
#include "gdbstub.h"
#include "softmmu-semi.h"
#endif
#include "sysemu.h"
#define HOSTED_EXIT 0
#define HOSTED_INIT_SIM 1