--- emms.c 2004/03/22 22:36:24 1.9 +++ emms.c 2005/11/22 10:23:01 1.11 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: emms.c,v 1.9 2004/03/22 22:36:24 edgomez Exp $ + * $Id: emms.c,v 1.11 2005/11/22 10:23:01 suxen_drol Exp $ * ****************************************************************************/ @@ -37,12 +37,12 @@ * emms functions * * emms functions are used to restored the fpu context after mmx operations - * because mmx and fpu share their registers/context (??? need to be confirmed) + * because mmx and fpu share their registers/context * ****************************************************************************/ /* The no op wrapper for non MMX platforms */ void -emms_c() +emms_c(void) { }