Skip to content
Snippets Groups Projects
Commit d96d65df authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

lavu/utils: Use "__asm__" like everywhere else in the codebase.

parent 5d3e9357
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ AVRational av_get_time_base_q(void) ...@@ -152,7 +152,7 @@ AVRational av_get_time_base_q(void)
void av_assert0_fpu(void) { void av_assert0_fpu(void) {
#if HAVE_MMX_INLINE #if HAVE_MMX_INLINE
uint16_t state[14]; uint16_t state[14];
__asm volatile ( __asm__ volatile (
"fstenv %0 \n\t" "fstenv %0 \n\t"
: "+m" (state) : "+m" (state)
: :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment