Skip to content

Commit

Permalink
intel_extreme: Drop odd semicolon causing gcc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Dec 26, 2012
1 parent 660ca29 commit f736d30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ find_reg(const intel_info& info, uint32 target)
RETURN_REG(INTERRUPT_STATUS)
}

#undef RETURN_REG;
#undef RETURN_REG

panic("find_reg didn't have any matching register\n");
return target;
Expand Down

0 comments on commit f736d30

Please sign in to comment.