vc4: Fix min() wrapper definition for the simulator's kernel code.

This commit is contained in:
Eric Anholt 2015-12-14 12:25:28 -08:00
parent 02bcb443ee
commit da92f16c50
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ struct vc4_exec_info;
#define roundup(x, y) align(x, y)
#define round_up(x, y) align(x, y)
#define max(x, y) MAX2(x, y)
#define min(x, y) MiN2(x, y)
#define min(x, y) MIN2(x, y)
#define BUG_ON(condition) assert(!(condition))
static inline int