Index: src/frames.h |
=================================================================== |
--- src/frames.h (revision 288) |
+++ src/frames.h (working copy) |
@@ -164,9 +164,6 @@ |
struct State { |
Address sp; |
Address fp; |
-#ifdef USE_OLD_CALLING_CONVENTIONS |
- Address pp; |
-#endif |
Address* pc_address; |
}; |
@@ -338,9 +335,6 @@ |
// Accessors. |
inline Address caller_sp() const; |
inline Address caller_fp() const; |
-#ifdef USE_OLD_CALLING_CONVENTIONS |
- inline Address caller_pp() const; |
-#endif |
inline Address caller_pc() const; |
// Computes the address of the PC field in the standard frame given |