commit | 984c18350e6a1d603bf31ae07f137c0a8b14e83c | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Aug 19 20:03:39 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Mon Aug 19 20:03:39 2013 -0700 |
tree | f39cd26d2e6aebeeac85992f9f15144f6a029807 | |
parent | f96b21728e8b10e2060ad2d0de46fcacf5974260 [diff] |
Fix typo of quick instead of portable Change-Id: I375edd8c2625e39bfd6bb9014debc1b00ba31f73
diff --git a/runtime/arch/x86/portable_entrypoints_x86.S b/runtime/arch/x86/portable_entrypoints_x86.S index a0cacd0..6ff5d90 100644 --- a/runtime/arch/x86/portable_entrypoints_x86.S +++ b/runtime/arch/x86/portable_entrypoints_x86.S
@@ -125,4 +125,4 @@ .cfi_restore %ebp .cfi_def_cfa %esp, 4 ret -END_FUNCTION art_quick_to_interpreter_bridge +END_FUNCTION art_portable_to_interpreter_bridge