[IA64] Remove unnecessary semicolons

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
Joe Perches
2009-06-28 09:26:07 -07:00
committed by Tony Luck
parent 2be8412c6c
commit 58782b34e9
4 changed files with 7 additions and 7 deletions

View File

@ -406,7 +406,7 @@ void getreg(unsigned long regnum, unsigned long *val,
* Now look at registers in [0-31] range and init correct UNAT
*/
addr = (unsigned long)regs;
unat = &regs->eml_unat;;
unat = &regs->eml_unat;
addr += gr_info[regnum];