Fix aarch64 build issue 89/36489/1 accepted/tizen/common/20150309.092021 accepted/tizen/mobile/20150309.081755 accepted/tizen/tv/20150309.081814 accepted/tizen/wearable/20150309.110932 submit/tizen/20150309.074330
authortaeyoon <taeyoon0.lee@samsung.com>
Mon, 9 Mar 2015 06:09:41 +0000 (15:09 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Mon, 9 Mar 2015 06:12:10 +0000 (15:12 +0900)
  - Change "1:\ldxr ..." to "1:\tldxr ..." in RefObject::Unreference()

Change-Id: Ibbf1f9c6ea33bd19e042e35fd2c8d582aebb3526

dali/public-api/object/ref-object.cpp

index ab296fe..57108ec 100644 (file)
@@ -115,7 +115,7 @@ void RefObject::Unreference()
 #if defined __aarch64__
 
   asm volatile(
-  "1:\ldxr   %w[newValue], %[address] \n\t"
+  "1:\tldxr   %w[newValue], %[address] \n\t"
       "sub   %w[newValue], %w[newValue], %[one] \n\t"
       "stxr  w2,  %w[newValue], %[address] \n\t"
       "cbnz  w2,  1b \n\t"