src/share/vm/runtime/frame.hpp

changeset 6440
0f03ff49c720
parent 4325
d2f8c38e543d
child 6441
d2907f74462e
     1.1 --- a/src/share/vm/runtime/frame.hpp	Wed Jun 19 12:15:50 2013 +0200
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Wed Jun 19 12:29:30 2013 +0200
     1.3 @@ -346,7 +346,7 @@
     1.4    void interpreter_frame_set_method(Method* method);
     1.5    Method** interpreter_frame_method_addr() const;
     1.6    ConstantPoolCache** interpreter_frame_cache_addr() const;
     1.7 -#ifdef PPC
     1.8 +#ifdef PPC32
     1.9    oop* interpreter_frame_mirror_addr() const;
    1.10  #endif
    1.11  

mercurial