Porting fix for Alpha.
This commit is contained in:
parent
e5cd5a778a
commit
a23b8c8fbe
|
@ -260,7 +260,7 @@ const char *make_c_identifier( const char *str )
|
|||
*/
|
||||
int get_alignment(int alignBoundary)
|
||||
{
|
||||
#ifdef __powerpc__
|
||||
#if defined(__powerpc__) || defined(__ALPHA__)
|
||||
|
||||
int n = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue