From: twisti Date: Fri, 18 Nov 2005 00:30:10 +0000 (+0000) Subject: * patcher_builtin_arraycheckcast: Don't set BUILTIN_arraycheckcast. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=7bb29dd6b94e18d0e6439ebbca01fd34191bab60;p=cacao.git * patcher_builtin_arraycheckcast: Don't set BUILTIN_arraycheckcast. --- diff --git a/src/vm/jit/x86_64/patcher.c b/src/vm/jit/x86_64/patcher.c index b25adeb2b..07b15a4d3 100644 --- a/src/vm/jit/x86_64/patcher.c +++ b/src/vm/jit/x86_64/patcher.c @@ -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;