diff src/cpu/x86/vm/frame_x86.hpp @ 7735:a7a93887b4c4

fix Solaris build and initial SPARC support
author twisti
date Wed, 06 Feb 2013 18:01:07 -0800
parents e522a00b91aa
children b8f261ba79c6
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.hpp	Wed Feb 06 15:14:15 2013 +0100
+++ b/src/cpu/x86/vm/frame_x86.hpp	Wed Feb 06 18:01:07 2013 -0800
@@ -191,8 +191,6 @@
   // Note: not necessarily the real 'frame pointer' (see real_fp)
   intptr_t*   fp() const { return _fp; }
 
-  inline address* sender_pc_addr() const;
-
   // return address of param, zero origin index.
   inline address* native_param_addr(int idx) const;