Skip to content
Snippets Groups Projects
Commit a23b8c8f authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard
Browse files

Porting fix for Alpha.

parent e5cd5a77
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment