Use correct signature for MipsEmulateBranch. The other one doesn't

work for 64-bit compiles.
This commit is contained in:
Warner Losh 2009-10-18 14:55:55 +00:00
parent 4e6df32763
commit f107b0cc55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=198205

View File

@ -1057,7 +1057,7 @@ trapDump(char *msg)
/*
* Return the resulting PC as if the branch was executed.
*/
u_int
uintptr_t
MipsEmulateBranch(struct trapframe *framePtr, uintptr_t instPC, int fpcCSR,
uintptr_t instptr)
{