mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bhyve: Do not define GDB_LOG
This had been added for debugging and shouldn't have been committed.
Fixes: f81cdf24ba54 ("bhyve: Add support for XML register definitions")
MFC after: 3 days
(cherry picked from commit 5d62025d82a0be928f98778d54b25ad89edbb835)
This commit is contained in:
parent
24268f262b
commit
d8ccaa995f
1 changed files with 0 additions and 1 deletions
|
|
@ -193,7 +193,6 @@ static const struct gdb_reg {
|
|||
{ .id = VM_REG_GUEST_EFER, .size = 8 },
|
||||
};
|
||||
|
||||
#define GDB_LOG
|
||||
#ifdef GDB_LOG
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue