first stage in function unit support; add new switches & latest code from andrew

This commit is contained in:
Michael Meissner
1995-11-08 18:57:06 +00:00
parent 0634a43142
commit 73c4941b23
30 changed files with 1802 additions and 486 deletions

View File

@@ -248,7 +248,6 @@ do_read(emulation *emul,
unsigned_word buf = cpu_registers(processor)->gpr[arg0+1];
int nbytes = cpu_registers(processor)->gpr[arg0+2];
int status;
int nr_moved;
SYS(read);
if (WITH_TRACE && ppc_trace[trace_os_emul])