ARM: add missing preserve8 directives

Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-02-22 00:34:05 +00:00
parent 39261cd8d9
commit a87b2f6df4
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include "asm.S"
preserve8
.text
.macro call_2x_pixels type, subp

View File

@ -21,6 +21,8 @@
#include "asm.S"
preserve8
.text
#define ff_fft_calc_neon X(ff_fft_calc_neon)