* 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:
Jeff Law
1997-05-19 19:55:31 +00:00
parent 2e61a3ad9c
commit 4df7aeb3c5
3 changed files with 10 additions and 7 deletions

View File

@@ -145,7 +145,7 @@ hash(insn)
return ((insn & 0xff000000) >> 24) & 0x7f;
}
static void
static INLINE void
dispatch (insn, extension, length)
uint32 insn;
uint32 extension;