support for unaligned memory access
authorKorey Sewell <ksewell@umich.edu>
Sun, 19 Mar 2006 18:40:03 +0000 (13:40 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sun, 19 Mar 2006 18:40:03 +0000 (13:40 -0500)
commitb3464ef18061626c096c96d952971e61de97938b
treec3dae7020f8ec40cfc8a291cd01cc3679f9cb850
parente6bc492554408e89d7ced523c66991665126dc29
support for unaligned memory access

arch/mips/isa/base.isa:
    disassembly fixes
arch/mips/isa/decoder.isa:
    support for unaligned loads/stores
arch/mips/isa_traits.hh:
    edit Syscall Reg values
arch/mips/linux_process.cc:
    call writevFunc on writev syscall

--HG--
extra : convert_revision : 4aea6d069bd7ba0e83b23d2d85c50d68532f0454
arch/mips/isa/base.isa
arch/mips/isa/decoder.isa
arch/mips/isa_traits.hh
arch/mips/linux_process.cc