* codegen_start_native_call, codegen_finish_native_call: Added.
authortwisti <none@none>
Tue, 22 Nov 2005 22:55:16 +0000 (22:55 +0000)
committertwisti <none@none>
Tue, 22 Nov 2005 22:55:16 +0000 (22:55 +0000)
src/vm/jit/codegen.inc.h

index 6e0fd9cde30cb5a8ebe43740570c1223ef02ff1b..d22724942da3244a5a9d14cef3fd7628bc7c35c6 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Christian Ullrich
 
-   $Id: codegen.inc.h 3736 2005-11-22 22:47:00Z christian $
+   $Id: codegen.inc.h 3737 2005-11-22 22:55:16Z twisti $
 
 */
 
@@ -214,6 +214,9 @@ void dseg_display(methodinfo *m, codegendata *cd);
 functionptr codegen_createnativestub(functionptr f, methodinfo *m);
 void codegen_disassemble_nativestub(methodinfo *m, u1 *start, u1 *end);
 
+void codegen_start_native_call(u1 *datasp, u1 *pv, u1 *sp, u1 *ra);
+void codegen_finish_native_call(u1 *datasp);
+
 functionptr createcompilerstub(methodinfo *m);
 functionptr createnativestub(functionptr f, methodinfo *m, codegendata *cd,
                                                         registerdata *rd, methoddesc *md);