- killed whitespaces
git-svn-id: http://moon:8086/svn/mips@187 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -18,8 +18,8 @@ LEAF(_xcpt_handler)
|
|||||||
|
|
||||||
/* allocate exception stack frame (on 8-byte boundary) */
|
/* allocate exception stack frame (on 8-byte boundary) */
|
||||||
li k1, XCP_SIZE
|
li k1, XCP_SIZE
|
||||||
subu k1, sp, k1
|
subu k1, sp, k1
|
||||||
srl k1, 3 /* shift right/left -> alligned on boundary */
|
srl k1, 3 /* shift right/left -> alligned on boundary */
|
||||||
sll k1, 3
|
sll k1, 3
|
||||||
|
|
||||||
/* save enough registers to get by */
|
/* save enough registers to get by */
|
||||||
|
|||||||
Reference in New Issue
Block a user