* patcher_builtin_arraycheckcast: Don't set BUILTIN_arraycheckcast.
authortwisti <none@none>
Fri, 18 Nov 2005 00:30:10 +0000 (00:30 +0000)
committertwisti <none@none>
Fri, 18 Nov 2005 00:30:10 +0000 (00:30 +0000)
src/vm/jit/x86_64/patcher.c

index b25adeb2beb701af82952b1098e7791c074323b3..07b15a4d3b558ddcd87ee8eca21b1d57f99cef65 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: patcher.c 3619 2005-11-07 18:44:32Z twisti $
+   $Id: patcher.c 3708 2005-11-18 00:30:10Z twisti $
 
 */
 
@@ -463,10 +463,6 @@ bool patcher_builtin_arraycheckcast(u1 *sp)
 
        *((ptrint *) (ra + 2)) = (ptrint) c;
 
-       /* patch new function address */
-
-       *((ptrint *) (ra + 10 + 2)) = (ptrint) BUILTIN_arraycheckcast;
-
        PATCHER_MARK_PATCHED_MONITOREXIT;
 
        return true;