* patcher_athrow_areturn: Fixed comment.
authortwisti <none@none>
Fri, 21 Oct 2005 11:43:50 +0000 (11:43 +0000)
committertwisti <none@none>
Fri, 21 Oct 2005 11:43:50 +0000 (11:43 +0000)
src/vm/jit/x86_64/patcher.c

index 04950b118e735137bc4e0d82b5bcda3a389a7e84..4a21fff85488cd46c7c9ff57ceeafac8a443b090 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: patcher.c 3469 2005-10-21 09:06:30Z twisti $
+   $Id: patcher.c 3472 2005-10-21 11:43:50Z twisti $
 
 */
 
@@ -1121,7 +1121,7 @@ bool patcher_athrow_areturn(u1 *sp)
 
        PATCHER_MONITORENTER;
 
-       /* check if the class is initialized */
+       /* resolve the class */
 
        if (!resolve_class(uc, resolveEager, false, &c)) {
                PATCHER_MONITOREXIT;