< prev index next >

src/cpu/arm/vm/frame_arm.cpp

Print this page

        

@@ -619,10 +619,12 @@
 
 // This is a generic constructor which is only used by pns() in debug.cpp.
 frame::frame(void* sp, void* fp, void* pc) {
   init((intptr_t*)sp, (intptr_t*)fp, (address)pc);
 }
+
+void frame::pd_ps() {}
 #endif
 
 intptr_t *frame::initial_deoptimization_info() {
   // used to reset the saved FP
   return fp();
< prev index next >