projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636f590
)
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
author
taeyoon
<taeyoon0.lee@samsung.com>
Mon, 9 Mar 2015 06:09:41 +0000
(15:09 +0900)
committer
taeyoon
<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
patch
|
blob
|
history
diff --git
a/dali/public-api/object/ref-object.cpp
b/dali/public-api/object/ref-object.cpp
index
ab296fe
..
57108ec
100644
(file)
--- a/
dali/public-api/object/ref-object.cpp
+++ b/
dali/public-api/object/ref-object.cpp
@@
-115,7
+115,7
@@
void RefObject::Unreference()
#if defined __aarch64__
asm volatile(
- "1:\ldxr %w[newValue], %[address] \n\t"
+ "1:\
t
ldxr %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"