sna: fix typo for --enable-debug=full

A typo in tightly_packed define for builds with optimisation disabled
left us creating many packed objects. When compiled with -fno-common the
compiler rightfully complains about the duplication.

Signed-off-by: Alexei Podtelezhnikov <apotele@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Alexei Podtelezhnikov 2020-04-15 23:56:11 -04:00 committed by Chris Wilson
parent 3d5a1238af
commit db2356f586
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
#define must_check
#define constant
#define pure
#define tighly_packed
#define tightly_packed
#define flatten
#define nonnull
#define page_aligned