summaryrefslogtreecommitdiffstats
path: root/vm/mterp/out/InterpAsm-armv5te.S
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2011-02-24 10:32:47 -0800
committerDan Bornstein <danfuzz@android.com>2011-02-24 10:32:47 -0800
commit74501e600dcb5634aa26aee0a3f57f2b45b213f2 (patch)
tree7cac88fd09a8a5f8d7e42ce130e9e975be154152 /vm/mterp/out/InterpAsm-armv5te.S
parentabe1ed34b2c658935a72a5aec507c92d93d66402 (diff)
downloadandroid_dalvik-74501e600dcb5634aa26aee0a3f57f2b45b213f2.tar.gz
android_dalvik-74501e600dcb5634aa26aee0a3f57f2b45b213f2.tar.bz2
android_dalvik-74501e600dcb5634aa26aee0a3f57f2b45b213f2.zip
Round three of exception cleanup.
I expanded AIOOBE since it was the odd one out, migrated the wrappers in Exception.h to the end of the file where they're less disruptive, and tweaked a couple other throws in the main vm code. Change-Id: Iae11fda2c47989ce7579483df226124ffeb2ac84
Diffstat (limited to 'vm/mterp/out/InterpAsm-armv5te.S')
-rw-r--r--vm/mterp/out/InterpAsm-armv5te.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/mterp/out/InterpAsm-armv5te.S b/vm/mterp/out/InterpAsm-armv5te.S
index b318c8714..783a1de53 100644
--- a/vm/mterp/out/InterpAsm-armv5te.S
+++ b/vm/mterp/out/InterpAsm-armv5te.S
@@ -14616,7 +14616,7 @@ common_errArrayIndex:
EXPORT_PC()
mov r0, r1
mov r1, r3
- bl dvmThrowAIOOBE
+ bl dvmThrowArrayIndexOutOfBoundsException
b common_exceptionThrown
/*