diff options
author | Steve Kondik <steve@cyngn.com> | 2015-07-12 17:13:50 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-07-15 15:36:12 -0700 |
commit | d36d235d0ce67113a8e2f1b1657c62a99103a9ab (patch) | |
tree | 13133415a2144dbf7797062f95eaf7b5eae8a54a /compiler/dex/compiler_enums.h | |
parent | 0ad677f050b36eed5ca270e52a395a9c47e365d5 (diff) | |
download | android_art-stable/cm-12.1-YOG4P.tar.gz android_art-stable/cm-12.1-YOG4P.tar.bz2 android_art-stable/cm-12.1-YOG4P.zip |
Revert "Revert "AArch64: Fix incorrect use of preceding LIR.""stable/cm-12.1-YOG4P
* Restore A53 workarounds. We were missing the rest of the series.
This reverts commit be627376eb8dd5a07414e966cf24ba94030cff96.
Change-Id: I6bef49b5381047fa381c77031d883bba3dae6d9f
(cherry picked from commit 913010c500e9c3ac9d348a19d5a03694ae08a408)
Ticket: CYNGNOS-442
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r-- | compiler/dex/compiler_enums.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index 62be1f3fc7..daff79d838 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -539,6 +539,7 @@ enum FixupKind { kFixupMovImmLST, // kThumb2MovImm16LST. kFixupMovImmHST, // kThumb2MovImm16HST. kFixupAlign4, // Align to 4-byte boundary. + kFixupA53Erratum835769, // Cortex A53 Erratum 835769. }; std::ostream& operator<<(std::ostream& os, const FixupKind& kind); |