Skip to content

Commit

Permalink
am 1636459: am 24db1bc: Merge "Fix cfi information for x86."
Browse files Browse the repository at this point in the history
* commit '16364599e07e0c45eaf3ef65bf7de0c363de2519':
  Fix cfi information for x86.
  • Loading branch information
cferris1000 authored and Android Git Automerger committed Jul 14, 2015
2 parents 8a96b31 + 1636459 commit 38ab69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/arch/x86/quick_entrypoints_x86.S
Original file line number Diff line number Diff line change
Expand Up @@ -1183,8 +1183,8 @@ DEFINE_FUNCTION art_quick_aput_obj
PUSH eax
#else
pushl MIRROR_OBJECT_CLASS_OFFSET(%edx) // pass arg2 - type of the value to be stored
#endif
CFI_ADJUST_CFA_OFFSET(4)
#endif
PUSH ebx // pass arg1 - component type of the array
call SYMBOL(artIsAssignableFromCode) // (Class* a, Class* b)
addl LITERAL(16), %esp // pop arguments
Expand Down

0 comments on commit 38ab69f

Please sign in to comment.