Fix x64 build.

Review URL: http://codereview.chromium.org/115565

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2013 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent bcff7961
......@@ -684,14 +684,7 @@ void VirtualFrame::SyncRange(int a, int b) {
UNIMPLEMENTED();
}
VirtualFrame::VirtualFrame(CodeGenerator* cgen)
: cgen_(cgen),
masm_(NULL),
elements_(0),
parameter_count_(0),
local_count_(0),
stack_pointer_(0),
frame_pointer_(kIllegalIndex) {
VirtualFrame::VirtualFrame() : elements_(0) {
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