diff options
| author | Colin Cross <ccross@android.com> | 2010-03-08 19:21:07 -0800 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2010-03-10 14:36:08 -0800 |
| commit | e951f60e77a986494fafeadf53ba726fe79c498d (patch) | |
| tree | 345b610e8e391624466757ca1a16da304b88ed14 /debuggerd/vfp.S | |
| parent | 7df6349a63b89d279131ec7dd7e6ef1b065854f5 (diff) | |
| download | system_core-e951f60e77a986494fafeadf53ba726fe79c498d.tar.gz system_core-e951f60e77a986494fafeadf53ba726fe79c498d.tar.bz2 system_core-e951f60e77a986494fafeadf53ba726fe79c498d.zip | |
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.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debuggerd/vfp.S b/debuggerd/vfp.S index 21924152..9744f6f7 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 |
