Fixed total disorder of MD includes.
Disorder buffer overflowed by: arm commit
This commit is contained in:
parent
55a4ccf3e8
commit
6ff9ebfdc9
@ -41,23 +41,23 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if __ia64__
|
||||
# include "ia64.h"
|
||||
#endif
|
||||
#if __alpha__
|
||||
# include "alpha.h"
|
||||
#endif
|
||||
#if __sparc64__
|
||||
# include "sparc64.h"
|
||||
#endif
|
||||
#if __powerpc__
|
||||
# include "powerpc.h"
|
||||
#if __arm__
|
||||
# include "arm.h"
|
||||
#endif
|
||||
#if __i386__
|
||||
# include "i386.h"
|
||||
#endif
|
||||
#if __arm__
|
||||
# include "arm.h"
|
||||
#if __ia64__
|
||||
# include "ia64.h"
|
||||
#endif
|
||||
#if __powerpc__
|
||||
# include "powerpc.h"
|
||||
#endif
|
||||
#if __sparc64__
|
||||
# include "sparc64.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user