|
@@ -41,6 +41,8 @@
|
|
|
#include "exec/log.h"
|
|
|
#include "trace/control.h"
|
|
|
|
|
|
+#include "host-os.h"
|
|
|
+
|
|
|
int singlestep;
|
|
|
unsigned long mmap_min_addr;
|
|
|
uintptr_t guest_base;
|
|
@@ -352,7 +354,7 @@ int main(int argc, char **argv)
|
|
|
const char *gdbstub = NULL;
|
|
|
char **target_environ, **wrk;
|
|
|
envlist_t *envlist = NULL;
|
|
|
- bsd_type = target_openbsd;
|
|
|
+ bsd_type = HOST_DEFAULT_BSD_TYPE;
|
|
|
|
|
|
if (argc <= 1) {
|
|
|
usage();
|