diff src/share/vm/runtime/frame.hpp @ 14390:0f03ff49c720

8016491: PPC64 (part 2): Clean up PPC defines. Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set. Reviewed-by: kvn
author goetz
date Wed, 19 Jun 2013 12:29:30 +0200
parents d2f8c38e543d
children d2907f74462e
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.hpp	Wed Jun 19 12:15:50 2013 +0200
+++ b/src/share/vm/runtime/frame.hpp	Wed Jun 19 12:29:30 2013 +0200
@@ -346,7 +346,7 @@
   void interpreter_frame_set_method(Method* method);
   Method** interpreter_frame_method_addr() const;
   ConstantPoolCache** interpreter_frame_cache_addr() const;
-#ifdef PPC
+#ifdef PPC32
   oop* interpreter_frame_mirror_addr() const;
 #endif