testsuite: Fix alpha static chain register name

This commit is contained in:
Richard Henderson
2014-11-16 12:12:23 +01:00
parent 3316b666e3
commit ccdd7bb856

View File

@@ -1,7 +1,7 @@
#ifdef __aarch64__
# define STATIC_CHAIN_REG "x18"
#elif defined(__alpha__)
# define STATIC_CHAIN_REG "r1"
# define STATIC_CHAIN_REG "$1"
#elif defined(__arm__)
# define STATIC_CHAIN_REG "ip"
#elif defined(__sparc__)