From: James S. <jsi...@us...> - 2002-04-24 17:35:24
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv17256 Modified Files: unaligned.c Log Message: Reformat. Index: unaligned.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/unaligned.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- unaligned.c 2 Jan 2002 19:18:13 -0000 1.7 +++ unaligned.c 24 Apr 2002 17:35:22 -0000 1.8 @@ -375,7 +375,8 @@ * in the delay slot of an emulated branch. */ /* Terminate if exception was recognized as a delay slot return */ - if(do_dsemulret(regs)) return; + if (do_dsemulret(regs)) + return; /* Otherwise handle as normal */ |