fix compilation on non-x86 with gcc 2.95

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7949 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
colin 2002-10-29 00:54:07 +00:00
parent 3357a615d4
commit af0d4b8c60
1 changed files with 2 additions and 0 deletions

View File

@ -2359,6 +2359,7 @@ L2_DIFF_CORE((%0, %%ecx), (%1, %%ecx))
);
//printf("%d\n", test);
#else
{
int y;
int d=0;
int sysd=0;
@ -2459,6 +2460,7 @@ Switch between
}
}
}
}
#endif
}