added the missing semicolon.

This commit is contained in:
phil 1994-01-14 09:03:59 +00:00
parent 0e490a71f1
commit 951bc35247
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ struct reg {
unsigned int r_fp;
unsigned int r_pc;
unsigned int r_psr;
}
};
/*
@ -98,4 +98,4 @@ int ipcreg[NIPCREG] =
{ R0,R1,R2,R3,R4,R5,R6,R7,SP,FP,PC,PSR };
#endif
#endif
#endif