Add attribute_align_arg to os2thread.c.

Patch by Dave Yeo.

Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Dave Yeo 2008-03-15 12:28:35 +00:00 committed by Ramiro Polla
parent 69b192acb8
commit b96644bfe3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ typedef struct ThreadContext{
}ThreadContext; }ThreadContext;
void thread_func(void *v){ void attribute_align_arg thread_func(void *v){
ThreadContext *c= v; ThreadContext *c= v;
for(;;){ for(;;){