diff options
| author | 2014-04-07 19:01:40 +0000 | |
|---|---|---|
| committer | 2014-04-07 19:01:40 +0000 | |
| commit | 4d3dc8a04da8a80251b381cdb482190363171dc1 (patch) | |
| tree | dff78a37faedcbe9964ba30ed69f8175365e9d7b /compiler/dex/compiler_enums.h | |
| parent | 50ca506e9191c2eafcf9564528712020f9531dc4 (diff) | |
| parent | 081f73e888b3c246cf7635db37b7f1105cf1a2ff (diff) | |
Merge "Revert "Use trampolines for calls to helpers""
Diffstat (limited to 'compiler/dex/compiler_enums.h')
| -rw-r--r-- | compiler/dex/compiler_enums.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index a3ce4f9c54..6c8c85d16d 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -430,12 +430,10 @@ enum FixupKind { kFixupT2Branch, // Thumb2 Unconditional branch kFixupBlx1, // Blx1 (start of Blx1/Blx2 pair). kFixupBl1, // Bl1 (start of Bl1/Bl2 pair). - kFixup2Bl1, // Thumb2 Bl1 (start of Bl1/Bl2 pair). kFixupAdr, // Adr. kFixupMovImmLST, // kThumb2MovImm16LST. kFixupMovImmHST, // kThumb2MovImm16HST. kFixupAlign4, // Align to 4-byte boundary. - kFixupTrampCall, // Call into trampoline for runtime helper. }; std::ostream& operator<<(std::ostream& os, const FixupKind& kind); |