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:
parent
bcff796134
commit
01bc6d1056
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user