aboutsummaryrefslogtreecommitdiffstats
path: root/exec-all.h
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-04-02 11:03:19 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-04-02 11:03:19 -0700
commita1204591a52bf668ee72c86f98f53189621572a2 (patch)
tree18794edb58c684c3db8878450a4c1bf257d9873b /exec-all.h
parent0d6e3e2b1510319f218d8b6f1590f25079d4fc4a (diff)
downloadexternal_qemu-a1204591a52bf668ee72c86f98f53189621572a2.zip
external_qemu-a1204591a52bf668ee72c86f98f53189621572a2.tar.gz
external_qemu-a1204591a52bf668ee72c86f98f53189621572a2.tar.bz2
Revert change I7af83e21c64d217c6b28bf6cb5ee2e2f23182c95 to fix Froyo build.
Apparently, that change that supposedly fixed AT-related ARMv7 bug broke DexOpt step in the build process, resulting in trashed files that crash the device. Rolling this change back to fix Froyo, until cause of the DexOpt breaking has been found and fixed Change-Id: I33b417fcbd65767f7cfe60f5fb5ffa32610b4852
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/exec-all.h b/exec-all.h
index f5d416c..c686554 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -172,14 +172,6 @@ struct TranslationBlock {
#endif // CONFIG_MEMCHECK
uint32_t icount;
-
- /* ITSTATE at the beginning of the translated block.
- * This field is set to CPU's condexec_bits value when this TB is first
- * translating. This field is then used to properly calculate ITSTATE when
- * this TB gets "retranslated" because of an exception, or other
- * conditions that cause gen_intermediate_code_pc to be called for this TB.
- */
- uint8_t itstate;
};
static inline unsigned int tb_jmp_cache_hash_page(target_ulong pc)