commit | e0c9f2bc5a6ab19fa6e457a30a0f1231e09b0afb | [log] [tgz] |
---|---|---|
author | Ljubomir Papuga <ljubomir.papuga@imgtec.com> | Tue Dec 15 15:23:01 2015 +0100 |
committer | Ljubomir Papuga <ljubomir.papuga@imgtec.com> | Tue Dec 15 15:23:01 2015 +0100 |
tree | 41c19a139b1b0c6c1d3f586764a9309d470428b9 | |
parent | 461a29540c01b44f07fc26ccb0d5bc7d0d92a974 [diff] [blame] |
libpixelflinger: MIPS64 assembler test bug fix Change-Id: I47f77790baabea85ee318976a2c44ab1c0c0b9cb
diff --git a/libpixelflinger/codeflinger/MIPSAssembler.cpp b/libpixelflinger/codeflinger/MIPSAssembler.cpp index daa231f..5497fae 100644 --- a/libpixelflinger/codeflinger/MIPSAssembler.cpp +++ b/libpixelflinger/codeflinger/MIPSAssembler.cpp
@@ -1256,6 +1256,12 @@ mDuration = ggl_system_time(); } +MIPSAssembler::MIPSAssembler(void* assembly) + : mParent(NULL), mAssembly(NULL) +{ + mBase = mPC = (uint32_t *)assembly; +} + MIPSAssembler::~MIPSAssembler() { }