forked from Imagelibrary/binutils-gdb
* interp.c (dispatch): Make this an inline function.
* simops.c (syscall): Use callback->write regardless of
what file descriptor we're writing too.
This commit is contained in:
@@ -145,7 +145,7 @@ hash(insn)
|
||||
return ((insn & 0xff000000) >> 24) & 0x7f;
|
||||
}
|
||||
|
||||
static void
|
||||
static INLINE void
|
||||
dispatch (insn, extension, length)
|
||||
uint32 insn;
|
||||
uint32 extension;
|
||||
|
||||
Reference in New Issue
Block a user