src/cpu/zero/vm/frame_zero.inline.hpp

changeset 3433
eaa9557116a2
parent 2314
f95d63e2154a
child 4037
da91efe96a93
     1.1 --- a/src/cpu/zero/vm/frame_zero.inline.hpp	Fri Jan 13 12:58:26 2012 -0800
     1.2 +++ b/src/cpu/zero/vm/frame_zero.inline.hpp	Wed Jan 18 16:18:31 2012 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -72,6 +72,10 @@
    1.11    return fp() + 1;
    1.12  }
    1.13  
    1.14 +inline intptr_t* frame::real_fp() const {
    1.15 +  return fp();
    1.16 +}
    1.17 +
    1.18  inline intptr_t* frame::link() const {
    1.19    ShouldNotCallThis();
    1.20  }

mercurial