diff src/cpu/zero/vm/frame_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 0c5b3cf3c1f5
line wrap: on
line diff
--- a/src/cpu/zero/vm/frame_zero.hpp	Tue Nov 24 11:49:42 2009 -0800
+++ b/src/cpu/zero/vm/frame_zero.hpp	Fri Nov 27 07:56:58 2009 -0800
@@ -65,10 +65,7 @@
   }
 
  public:
-  bool is_fake_stub_frame() const;
-
- public:
-  frame sender_for_fake_stub_frame(RegisterMap* map) const;
+  frame sender_for_nonentry_frame(RegisterMap* map) const;
 
  public:
   void zero_print_on_error(int           index,