* Removed all Id tags.
[cacao.git] / src / vm / jit / s390 / emit.h
index 834e9ffb7540938f95d1e50e20d64cb87ab9bcfb..2724ec6d4f9cb92009d1a21ee4d316434a946e54 100644 (file)
@@ -28,8 +28,6 @@
 
    Changes:
 
-   $Id: emit.h 7839 2007-04-29 22:46:56Z pm $
-
 */
 
 
@@ -60,6 +58,9 @@ void emit_restore_dst_even_odd(jitdata *jd, instruction *iptr, s4 htmpreg, s4 lt
  */
 void emit_copy_dst(jitdata *jd, instruction *iptr, s4 dtmpreg);
 
+/* Emits code to recalculate the PV (procedure vector) after a subroutine call. */
+void emit_restore_pv(codegendata *cd);
+
 #endif /* _MD_EMIT_H */