Skip to content

Commit

Permalink
Fix syntax error causing Solaris build failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Walker committed Feb 19, 2013
1 parent 5dc2f4e commit 8da2d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpuinfo/SDL_cpuinfo.c
Expand Up @@ -223,6 +223,7 @@ static __inline__ int CPU_getCPUIDFeatures(void)
" movl %edx,-8(%rbp) \n"
#endif
"1: \n"
);
#endif
return features;
}
Expand Down

0 comments on commit 8da2d51

Please sign in to comment.