softpipe: Use portable INLINE macro.

This commit is contained in:
José Fonseca 2009-09-24 15:27:19 +01:00
parent e8e6d8853d
commit 9659aa6482
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ img_filter_2d_nearest(struct tgsi_sampler *tgsi_sampler,
}
static inline union tex_tile_address
static INLINE union tex_tile_address
face(union tex_tile_address addr, unsigned face )
{
addr.bits.face = face;