You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	SH4: fix typo in asm constraint
Originally committed as revision 16503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -34,7 +34,7 @@ | ||||
|     do {                                                \ | ||||
|         __asm__ volatile ("or    %1,    %0     \n\t"    \ | ||||
|                           "lds   %0,    fpscr  \n\t"    \ | ||||
|                           : "=&r"(fpscr) : "r"(1<<19)); \ | ||||
|                           : "+r"(fpscr) : "r"(1<<19));  \ | ||||
|     } while (0) | ||||
| #else | ||||
| #   define fp_single_enter(fpscr) ((void)fpscr) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user