intel_extreme: Drop odd semicolon causing gcc warnings

This commit is contained in:
Alexander von Gluck IV
2012-12-26 11:01:47 -06:00
parent 660ca29ee0
commit f736d30c9c
@@ -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;