Commit 392ee5d1 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Fix ARM debug build

TBR=fschneider@chromium.org

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3216 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 77a71c90
...@@ -148,7 +148,7 @@ void FastCodeGenerator::EmitReturnSequence(int position) { ...@@ -148,7 +148,7 @@ void FastCodeGenerator::EmitReturnSequence(int position) {
// can be encoded in the instruction and which immediate values requires // can be encoded in the instruction and which immediate values requires
// use of an additional instruction for moving the immediate to a temporary // use of an additional instruction for moving the immediate to a temporary
// register. // register.
ASSERT_EQ(expected_return_sequence_length, ASSERT_EQ(return_sequence_length,
masm_->InstructionsGeneratedSince(&check_exit_codesize)); masm_->InstructionsGeneratedSince(&check_exit_codesize));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment