From bdbbd7201223f06b2b186540a61fe32b6b077201 Mon Sep 17 00:00:00 2001 From: mru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b> Date: Fri, 9 Jan 2009 03:05:11 +0000 Subject: [PATCH] SH4: fix typo in asm constraint git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/sh4/sh4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/sh4/sh4.h b/libavcodec/sh4/sh4.h index 5678c920a..5d46540cb 100644 --- a/libavcodec/sh4/sh4.h +++ b/libavcodec/sh4/sh4.h @@ -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) -- 2.25.4