[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:
@ -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 = ®s->eml_unat;;
|
||||
unat = ®s->eml_unat;
|
||||
|
||||
addr += gr_info[regnum];
|
||||
|
||||
|
Reference in New Issue
Block a user