steps toward making syscalls work
authorKorey Sewell <ksewell@umich.edu>
Sat, 18 Mar 2006 15:51:28 +0000 (10:51 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sat, 18 Mar 2006 15:51:28 +0000 (10:51 -0500)
commit8ddd509c7c98c44b43e481260e915e858c11c659
tree71f99aa89eb09728ecf432c052a050470e07ab2c
parentfc5d25bdb63bd47e51a47111258d9edf1232a23b
steps toward making syscalls work

arch/mips/isa/decoder.isa:
arch/mips/isa_traits.hh:
sim/syscall_emul.cc:
    make syscall instruction functional
arch/mips/linux_process.cc:
    add all MIPS/Linux syscalls to descriptor list

--HG--
extra : convert_revision : 5455a345e76be921e9f63b248aef874b6358e465
arch/mips/isa/decoder.isa
arch/mips/isa_traits.hh
arch/mips/linux_process.cc
sim/syscall_emul.cc