mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Support for DragonFly BSD (Hasso Tepper)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6746 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9399f095bd
commit
c5e97233e8
11 changed files with 52 additions and 17 deletions
2
exec.c
2
exec.c
|
@ -454,7 +454,7 @@ static void code_gen_alloc(unsigned long tb_size)
|
|||
exit(1);
|
||||
}
|
||||
}
|
||||
#elif defined(__FreeBSD__)
|
||||
#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
{
|
||||
int flags;
|
||||
void *addr = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue