Changed MIPS and Alpha to pass the syscall number to the syscall function
authorGabe Black <gblack@eecs.umich.edu>
Tue, 18 Apr 2006 13:44:24 +0000 (09:44 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 18 Apr 2006 13:44:24 +0000 (09:44 -0400)
commit609c4ecea618c6406e50432e38882925db7b7ede
treefc4024f37b6bcf48eadab612b9cf48d43b350dee
parent3d99b4a5447abb1ccca552cee281137e2b11a674
Changed MIPS and Alpha to pass the syscall number to the syscall function

arch/alpha/isa/decoder.isa:
    Fixed up Alpha to pass the syscall number directly to the syscall function.
arch/mips/isa/decoder.isa:
    Fixed up MIPS to pass the syscall number directly to the syscall function.
arch/mips/isa/operands.isa:
    Added an R2 operand which is passed to the syscall function as the syscall number to use.

--HG--
extra : convert_revision : 066d486cd6a2761b29e413c6d526c268788975f3
arch/alpha/isa/decoder.isa
arch/mips/isa/decoder.isa
arch/mips/isa/operands.isa