add missing registers in clobber list, fixes bug #169

Patch by basic basic (at) mozdev [dot] org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14213 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-12-21 23:26:45 +00:00
parent 0857e03187
commit 54d4ed8611
2 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,7 @@ void Setup_FS_Segment(void)
__asm__ __volatile__(
"movl %0,%%eax; movw %%ax, %%fs" : : "r" (ldt_desc)
:"eax"
);
}

View File

@ -118,6 +118,7 @@ static void c_longcount_tsc(long long* z)
"movl %%edx, 4(%%ebx)\n\t"
"popl %%ebx\n\t"
::"a"(z)
:"edx"
);
}
static unsigned int c_localcount_notsc()