we need to return something here.
This commit is contained in:
parent
defe44bfc7
commit
f0676b1145
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: db_machdep.h,v 1.12 2013/10/17 21:11:15 christos Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.13 2013/10/17 23:04:20 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
|
@ -87,8 +87,8 @@ extern db_regs_t *ddb_regp;
|
|||
#define inst_call(ins) (((ins)&0xff) == I_CALL || \
|
||||
(((ins)&0xff) == I_CALLI && \
|
||||
((ins)&0x3800) == 0x1000))
|
||||
#define inst_load(ins) __USE(ins)
|
||||
#define inst_store(ins) __USE(ins)
|
||||
#define inst_load(ins) (__USE(ins), 0)
|
||||
#define inst_store(ins) (_USE(ins), 0)
|
||||
|
||||
/* access capability and access macros */
|
||||
|
||||
|
|
Loading…
Reference in New Issue