Commit a23b8c8f authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Porting fix for Alpha.

parent e5cd5a77
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment