Commit 2d1fe92b authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Fix non-TF targets after r23547.

Stub out the new AssembleDeoptimizerCall().

BUG=
R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/533473002

Patch from Paul Lind <paul.lind@imgtec.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23581 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d642d51d
...@@ -402,6 +402,11 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr, ...@@ -402,6 +402,11 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr,
} }
void CodeGenerator::AssembleDeoptimizerCall(int deoptimization_id) {
UNIMPLEMENTED();
}
void CodeGenerator::AssemblePrologue() { UNIMPLEMENTED(); } void CodeGenerator::AssemblePrologue() { UNIMPLEMENTED(); }
......
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