mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Declare ddb_regs as extern to avoid creating a tentative definition.
This fixes the link failure caused by disabling the emission of common symbols.
This commit is contained in:
parent
58815d1196
commit
48ceef34eb
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ struct ia64_bundle;
|
|||
typedef vm_offset_t db_addr_t; /* address - unsigned */
|
||||
typedef long db_expr_t; /* expression - signed */
|
||||
typedef struct trapframe db_regs_t;
|
||||
db_regs_t ddb_regs; /* register state */
|
||||
extern db_regs_t ddb_regs; /* register state */
|
||||
#define DDB_REGS (&ddb_regs)
|
||||
|
||||
#define PC_REGS(regs) ((db_addr_t)(regs)->tf_cr_iip \
|
||||
|
|
|
|||
Loading…
Reference in a new issue