mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Add support for GNU/kFreeBSD
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
3098b9fde9
commit
a167ba5085
11 changed files with 39 additions and 42 deletions
2
exec.c
2
exec.c
|
|
@ -463,7 +463,7 @@ static void code_gen_alloc(unsigned long tb_size)
|
|||
exit(1);
|
||||
}
|
||||
}
|
||||
#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
|
||||
{
|
||||
int flags;
|
||||
void *addr = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue