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
This commit is contained in:
kmillikin@chromium.org 2009-05-20 11:54:35 +00:00
parent bcff796134
commit 01bc6d1056

View File

@ -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();
}