Renamed class_init to initialize_class.
authortwisti <none@none>
Sun, 3 Apr 2005 21:56:13 +0000 (21:56 +0000)
committertwisti <none@none>
Sun, 3 Apr 2005 21:56:13 +0000 (21:56 +0000)
src/vm/jit/i386/asmpart.S

index e26e56d8a4b42cf5322f15efc0994accead4ef74..2f5c3b6bed7f27e37263204e4dde9f85a4b759f9 100644 (file)
@@ -30,7 +30,7 @@
 
    Changes: Joseph Wenninger
 
-   $Id: asmpart.S 2162 2005-03-30 20:14:10Z twisti $
+   $Id: asmpart.S 2202 2005-04-03 21:56:13Z twisti $
 
 */
 
@@ -686,7 +686,7 @@ asm_check_clinit:
        sub     $4,%esp
        mov     20+4+4(%esp),itmp1          /* get class pointer                  */
        mov     itmp1,(%esp)                /* store class pointer as a0          */
-       call    class_init                  /* call class_init function           */
+       call    initialize_class            /* call initialize class function     */
        add     $4,%esp
 
        call asm_remove_native_stackinfo  /* removes 4* 4 bytes and leaves ret