Unbreak build when FC_ARCHITECTURE is defined
This commit is contained in:
parent
1fbb0b3b15
commit
a603be89cd
|
@ -27,14 +27,14 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "fcint.h"
|
||||||
|
|
||||||
/* If architecture is hardcoded, skip the assert tests */
|
/* If architecture is hardcoded, skip the assert tests */
|
||||||
|
|
||||||
#ifndef FC_ARCHITECTURE
|
#ifndef FC_ARCHITECTURE
|
||||||
|
|
||||||
/* Make sure the cache structure is consistent with what we expect */
|
/* Make sure the cache structure is consistent with what we expect */
|
||||||
|
|
||||||
#include "fcint.h"
|
|
||||||
|
|
||||||
#include "fcarch.h"
|
#include "fcarch.h"
|
||||||
|
|
||||||
FC_ASSERT_STATIC (1 == sizeof (char));
|
FC_ASSERT_STATIC (1 == sizeof (char));
|
||||||
|
|
Loading…
Reference in New Issue