Added reg to branchref structure for ArrayIndexOutOfBounds exceptions
authortwisti <none@none>
Sat, 6 Mar 2004 00:56:43 +0000 (00:56 +0000)
committertwisti <none@none>
Sat, 6 Mar 2004 00:56:43 +0000 (00:56 +0000)
jit/jit.h
src/vm/jit/jit.h

index a75d0504512a568635062616da54f90ace5cfa4e..c59ba67bab468d7c4a081a22c19318d77c304d0f 100644 (file)
--- a/jit/jit.h
+++ b/jit/jit.h
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: jit.h 892 2004-01-19 12:32:29Z edwin $
+   $Id: jit.h 938 2004-03-06 00:56:43Z twisti $
 
 */
 
@@ -167,6 +167,7 @@ typedef varinfo varinfo5[5];
 
 struct branchref {
        s4 branchpos;               /* patching position in code segment          */
+       s4 reg;                     /* used for ArrayIndexOutOfBounds index reg   */
        branchref *next;            /* next element in branchref list             */
 };
 
index a75d0504512a568635062616da54f90ace5cfa4e..c59ba67bab468d7c4a081a22c19318d77c304d0f 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: jit.h 892 2004-01-19 12:32:29Z edwin $
+   $Id: jit.h 938 2004-03-06 00:56:43Z twisti $
 
 */
 
@@ -167,6 +167,7 @@ typedef varinfo varinfo5[5];
 
 struct branchref {
        s4 branchpos;               /* patching position in code segment          */
+       s4 reg;                     /* used for ArrayIndexOutOfBounds index reg   */
        branchref *next;            /* next element in branchref list             */
 };