Typo fixed.
authortwisti <none@none>
Wed, 24 Nov 2004 13:06:56 +0000 (13:06 +0000)
committertwisti <none@none>
Wed, 24 Nov 2004 13:06:56 +0000 (13:06 +0000)
jit/i386/asmpart.S
jit/i386/codegen.c
src/vm/jit/i386/asmpart.S
src/vm/jit/i386/codegen.c

index 45241b497b0a3d3d89f43f33c52ee6ab4ceddda7..1a836987f8455ace815a0ce0d0f045c4d8547f5f 100644 (file)
@@ -29,7 +29,7 @@
             Reinhard Grafl
             Christian Thalinger
 
-   $Id: asmpart.S 1564 2004-11-23 15:55:58Z twisti $
+   $Id: asmpart.S 1577 2004-11-24 13:06:56Z twisti $
 
 */
 
@@ -66,9 +66,9 @@
 #define itmp2    %ecx
 #define itmp3    %edx
 
-#define itmp1l   %al
-#define itmp2l   %cl
-#define itmp3l   %dl
+#define itmp1b   %al
+#define itmp2b   %cl
+#define itmp3b   %dl
                
        .text
 
@@ -739,7 +739,7 @@ L_is_initialized:
        sub     $5,itmp1                    /* remove size of `call rel32'        */
 
        mov     12(%esp),itmp2              /* get xmcode machine code            */
-       movb    itmp2l,(itmp1)              /* patch back in 1 byte               */
+       movb    itmp2b,(itmp1)              /* patch back in 1 byte               */
        mov     8(%esp),itmp2               /* get mcode machine code             */
        mov     itmp2,1(itmp1)              /* patch back in 4 bytes              */
 
index 4999e4ff9b00e5f7edcbbbd0358fe58642854b88..6bdfc16f254c2f7f527594ca0b96807213cf902a 100644 (file)
@@ -28,7 +28,7 @@
    Authors: Andreas Krall
             Christian Thalinger
 
-   $Id: codegen.c 1562 2004-11-23 15:52:25Z twisti $
+   $Id: codegen.c 1577 2004-11-24 13:06:56Z twisti $
 
 */
 
@@ -3034,7 +3034,7 @@ void codegen(methodinfo *m, codegendata *cd, registerdata *rd)
                                break;
                        default:
                                throw_cacao_exception_exit(string_java_lang_InternalError,
-                                                                                  "Unknown GETSTATIC operand type %d",
+                                                                                  "Unknown GETFIELD operand type %d",
                                                                                   iptr->op1);
                        }
                        break;
index 45241b497b0a3d3d89f43f33c52ee6ab4ceddda7..1a836987f8455ace815a0ce0d0f045c4d8547f5f 100644 (file)
@@ -29,7 +29,7 @@
             Reinhard Grafl
             Christian Thalinger
 
-   $Id: asmpart.S 1564 2004-11-23 15:55:58Z twisti $
+   $Id: asmpart.S 1577 2004-11-24 13:06:56Z twisti $
 
 */
 
@@ -66,9 +66,9 @@
 #define itmp2    %ecx
 #define itmp3    %edx
 
-#define itmp1l   %al
-#define itmp2l   %cl
-#define itmp3l   %dl
+#define itmp1b   %al
+#define itmp2b   %cl
+#define itmp3b   %dl
                
        .text
 
@@ -739,7 +739,7 @@ L_is_initialized:
        sub     $5,itmp1                    /* remove size of `call rel32'        */
 
        mov     12(%esp),itmp2              /* get xmcode machine code            */
-       movb    itmp2l,(itmp1)              /* patch back in 1 byte               */
+       movb    itmp2b,(itmp1)              /* patch back in 1 byte               */
        mov     8(%esp),itmp2               /* get mcode machine code             */
        mov     itmp2,1(itmp1)              /* patch back in 4 bytes              */
 
index 4999e4ff9b00e5f7edcbbbd0358fe58642854b88..6bdfc16f254c2f7f527594ca0b96807213cf902a 100644 (file)
@@ -28,7 +28,7 @@
    Authors: Andreas Krall
             Christian Thalinger
 
-   $Id: codegen.c 1562 2004-11-23 15:52:25Z twisti $
+   $Id: codegen.c 1577 2004-11-24 13:06:56Z twisti $
 
 */
 
@@ -3034,7 +3034,7 @@ void codegen(methodinfo *m, codegendata *cd, registerdata *rd)
                                break;
                        default:
                                throw_cacao_exception_exit(string_java_lang_InternalError,
-                                                                                  "Unknown GETSTATIC operand type %d",
+                                                                                  "Unknown GETFIELD operand type %d",
                                                                                   iptr->op1);
                        }
                        break;