summaryrefslogtreecommitdiffstats
path: root/debuggerd/vfp.S
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-03-08 19:21:07 -0800
committerColin Cross <ccross@android.com>2010-03-10 14:36:08 -0800
commite951f60e77a986494fafeadf53ba726fe79c498d (patch)
tree345b610e8e391624466757ca1a16da304b88ed14 /debuggerd/vfp.S
parent7df6349a63b89d279131ec7dd7e6ef1b065854f5 (diff)
downloadsystem_core-e951f60e77a986494fafeadf53ba726fe79c498d.zip
system_core-e951f60e77a986494fafeadf53ba726fe79c498d.tar.gz
system_core-e951f60e77a986494fafeadf53ba726fe79c498d.tar.bz2
Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16
Change-Id: I6007ff21076e92b04a17fb030472a9f8842f0315
Diffstat (limited to 'debuggerd/vfp.S')
-rw-r--r--debuggerd/vfp.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/debuggerd/vfp.S b/debuggerd/vfp.S
index 2192415..9744f6f 100644
--- a/debuggerd/vfp.S
+++ b/debuggerd/vfp.S
@@ -19,6 +19,7 @@ crash:
fconstd d13, #13
fconstd d14, #14
fconstd d15, #15
+#ifdef WITH_VFP_D32
fconstd d16, #16
fconstd d17, #17
fconstd d18, #18
@@ -35,6 +36,7 @@ crash:
fconstd d29, #29
fconstd d30, #30
fconstd d31, #31
+#endif
mov r0, #0
str r0, [r0]
bx lr