src/cpu/zero/vm/frame_zero.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/zero/vm/frame_zero.cpp	Thu Jul 28 06:11:58 2011
--- new/src/cpu/zero/vm/frame_zero.cpp	Thu Jul 28 06:11:58 2011

*** 1,8 **** --- 1,8 ---- /* * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 415,419 **** --- 415,427 ---- frame_index == 0 ? "stack_word" : "local", (int) (stack_base - addr - 1)); return; } } + + #ifdef ASSERT + + void frame::describe_pd(FrameValues& values, int frame_no) { + + } + + #endif

src/cpu/zero/vm/frame_zero.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File