Port-mips archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips



After some debugging, this change has turned to be wrong.  syscall.c
will read system call arguments from struct frame.  If you don't save
a4-a7 (NewABI uses these for >5 arguments) in struct frame, you have
no way to know the values the user passed. :)

Masao


Home | Main Index | Thread Index | Old Index