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;
}
};
/*