From 265a9b73baf3898cb89410eed71a6337762e37b1 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 13 May 2015 15:46:24 +0100 Subject: [AArch64] Fix inline asm clobber list in tls-macros.h --- sysdeps/aarch64/tls-macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/aarch64/tls-macros.h') diff --git a/sysdeps/aarch64/tls-macros.h b/sysdeps/aarch64/tls-macros.h index 07d02eb0a6..81421851e7 100644 --- a/sysdeps/aarch64/tls-macros.h +++ b/sysdeps/aarch64/tls-macros.h @@ -29,7 +29,7 @@ : "x1", "x2", "x3", "x4", "x5", "x6", \ "x7", "x8", "x9", "x10", "x11", "x12", \ "x13", "x14", "x15", "x16", "x17", "x18", \ - "x30", "memory"); \ + "x30", "memory", "cc"); \ (int *) (__result); }) #define TLS_IE(x) \ -- cgit 1.4.1