comparison src/cpu/zero/vm/sharkFrame_zero.hpp @ 1078:8e7adf982378

6896043: first round of zero fixes Reviewed-by: kvn Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 27 Nov 2009 07:56:58 -0800
parents 354d3184f6b2
children c18cbe5936b8
comparison
equal deleted inserted replaced
1073:de44705e6b33 1078:8e7adf982378
1 /* 1 /*
2 * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.
3 * Copyright 2008 Red Hat, Inc. 3 * Copyright 2008, 2009 Red Hat, Inc.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
39 // | next_frame | high addresses 39 // | next_frame | high addresses
40 // +--------------------+ ------------------ 40 // +--------------------+ ------------------
41 // | ... | 41 // | ... |
42 42
43 class SharkFrame : public ZeroFrame { 43 class SharkFrame : public ZeroFrame {
44 friend class SharkFunction; 44 friend class SharkStack;
45 45
46 private: 46 private:
47 SharkFrame() : ZeroFrame() { 47 SharkFrame() : ZeroFrame() {
48 ShouldNotCallThis(); 48 ShouldNotCallThis();
49 } 49 }