diff options
| author | 2017-01-26 15:18:52 +0000 | |
|---|---|---|
| committer | 2017-01-26 15:19:38 +0000 | |
| commit | 6ebb7cc1b79eb4a133ada5e4f7a775c25bc8ca06 (patch) | |
| tree | 1a60e5724314b0ea9dd778d2b184d45ae5dd9fc5 | |
| parent | 2dc330b52a405c56bc334c615116d7e76d46fe7f (diff) | |
Forgot this change from last commit.
Test: 529-checker-unresolved
Change-Id: I14b6a8d81a7a885cff36d3361f83d891e3ff9956
| -rw-r--r-- | runtime/arch/x86/quick_entrypoints_x86.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/x86/quick_entrypoints_x86.S b/runtime/arch/x86/quick_entrypoints_x86.S index 1d81b7d1e6..b4558636bc 100644 --- a/runtime/arch/x86/quick_entrypoints_x86.S +++ b/runtime/arch/x86/quick_entrypoints_x86.S @@ -1589,7 +1589,7 @@ DEFINE_FUNCTION art_quick_set64_instance PUSH edx // pass low half of new_val PUSH ecx // pass object PUSH eax // pass field_idx - call SYMBOL(artSet64InstanceFromCode) // (field_idx, Object*, new_val, Thread*) + call SYMBOL(artSet64InstanceFromCompiledCode) // (field_idx, Object*, new_val, Thread*) addl LITERAL(32), %esp // pop arguments CFI_ADJUST_CFA_OFFSET(-32) RESTORE_SAVE_REFS_ONLY_FRAME // restore frame up to return address |