Skip to content
Snippets Groups Projects
Commit f7f1211b authored by Aurelien Jarno's avatar Aurelien Jarno Committed by Brian Paul
Browse files

sparc: additional preprocessor test for SPARC 64-bit

parent 94fba49b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
#include "sparc_matrix.h"
#if defined(SVR4) || defined(__SVR4) || defined(__svr4__)
#if defined(SVR4) || defined(__SVR4) || defined(__svr4__) || defined(__arch64__)
/* Solaris requires this for 64-bit. */
.register %g2, #scratch
.register %g3, #scratch
......
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