summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/mips/Assemble.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-03-02 15:22:47 -0800
committer buzbee <buzbee@google.com> 2012-03-02 15:22:47 -0800
commit0398c42cd64682d18120a26c6c39b193fdf97658 (patch)
treef5a60c8bca5d4acd7b31d21239f3c74bf7c7d42c /src/compiler/codegen/mips/Assemble.cc
parent82488f563e7f72f8c626052893c1792d76ab3faf (diff)
More MIPS support
Working through the unimps. Change-Id: Ie088d2061ca9a77f42ebd75e2936159465deed10
Diffstat (limited to 'src/compiler/codegen/mips/Assemble.cc')
-rw-r--r--src/compiler/codegen/mips/Assemble.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/codegen/mips/Assemble.cc b/src/compiler/codegen/mips/Assemble.cc
index 4deb8f5f31..0021318c6d 100644
--- a/src/compiler/codegen/mips/Assemble.cc
+++ b/src/compiler/codegen/mips/Assemble.cc
@@ -527,7 +527,6 @@ AssemblerStatus oatAssembleInstructions(CompilationUnit *cUnit,
<< (int)encoder->fieldLoc[i].kind;
}
}
- DCHECK_EQ(encoder->size, 4);
// FIXME: need multi-endian handling here
cUnit->codeBuffer.push_back((bits >> 16) & 0xffff);
cUnit->codeBuffer.push_back(bits & 0xffff);