From 262faa5417cda51e88583546bb1f1d22eec6ec77 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 22 Feb 1996 20:11:41 +0000 Subject: Add input support; at end of user writes, call fflush --- sim/ppc/emul_netbsd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sim/ppc/emul_netbsd.c') diff --git a/sim/ppc/emul_netbsd.c b/sim/ppc/emul_netbsd.c index 27de365..3fc64bc 100644 --- a/sim/ppc/emul_netbsd.c +++ b/sim/ppc/emul_netbsd.c @@ -360,6 +360,8 @@ do_write(os_emul_data *emul, status = write(d, scratch_buffer, nbytes); emul_write_status(processor, status, errno); zfree(scratch_buffer); + + flush_stdoutput(); } -- cgit v1.1