7071823: Zero: zero/shark doesn't build after b147-fcs

Reviewed-by: gbenson, twisti
This commit is contained in:
Chris Phillips 2011-08-08 05:49:04 -07:00 committed by Christian Thalinger
parent 5ad0c2a370
commit 6a54c8a55f
4 changed files with 96 additions and 25 deletions

View file

@ -1,6 +1,6 @@
/*
* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
* Copyright 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -417,3 +417,11 @@ void ZeroFrame::identify_vp_word(int frame_index,
return;
}
}
#ifdef ASSERT
void frame::describe_pd(FrameValues& values, int frame_no) {
}
#endif