summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
diff options
context:
space:
mode:
authorLjubomir Papuga <ljubomir.papuga@imgtec.com>2015-11-10 14:24:11 +0100
committerLjubomir Papuga <ljubomir.papuga@imgtec.com>2015-11-10 14:24:11 +0100
commit4edb4584a626cf0e176a4f93e0bc3780503f4f7a (patch)
tree4f3cea7e257c54f824169e148bcd28567709eec0 /libpixelflinger
parent0bb1ce06ea46f14d5b6bc57db8c8d6c463b5b1de (diff)
downloadsystem_core-4edb4584a626cf0e176a4f93e0bc3780503f4f7a.tar.gz
system_core-4edb4584a626cf0e176a4f93e0bc3780503f4f7a.tar.bz2
system_core-4edb4584a626cf0e176a4f93e0bc3780503f4f7a.zip
libpixelflinger: MIPS64r6 bug fix
This commit fixes MIPS64r6 bootanimation crash. Change-Id: If7ca817ee2beaf92bb8052602cc759bb4a609419
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/codeflinger/MIPS64Assembler.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/libpixelflinger/codeflinger/MIPS64Assembler.h b/libpixelflinger/codeflinger/MIPS64Assembler.h
index 3da291a69..b43e5da04 100644
--- a/libpixelflinger/codeflinger/MIPS64Assembler.h
+++ b/libpixelflinger/codeflinger/MIPS64Assembler.h
@@ -303,32 +303,7 @@ public:
protected:
- // void string_detab(char *s);
- // void string_pad(char *s, int padded_len);
-
ArmToMips64Assembler *mParent;
- sp<Assembly> mAssembly;
- uint32_t* mBase;
- uint32_t* mPC;
- uint32_t* mPrologPC;
- int64_t mDuration;
-#if defined(WITH_LIB_HARDWARE)
- bool mQemuTracing;
-#endif
-
- struct branch_target_t {
- inline branch_target_t() : label(0), pc(0) { }
- inline branch_target_t(const char* l, uint32_t* p)
- : label(l), pc(p) { }
- const char* label;
- uint32_t* pc;
- };
-
- Vector<branch_target_t> mBranchTargets;
- KeyedVector< const char*, uint32_t* > mLabels;
- KeyedVector< uint32_t*, const char* > mLabelsInverseMapping;
- KeyedVector< uint32_t*, const char* > mComments;
-
// opcode field of all instructions
enum opcode_field {