diff graal/com.oracle.max.asm/src/com/oracle/max/asm/target/amd64/X86InstructionDecoder.java @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents 1aaf3592e516
children
line wrap: on
line diff
--- a/graal/com.oracle.max.asm/src/com/oracle/max/asm/target/amd64/X86InstructionDecoder.java	Wed Mar 07 14:35:22 2012 -0800
+++ b/graal/com.oracle.max.asm/src/com/oracle/max/asm/target/amd64/X86InstructionDecoder.java	Thu Mar 08 15:01:19 2012 +0100
@@ -430,7 +430,7 @@
             }
         }
 
-        assert hasDisp32 : "(tw) not sure if this holds: instruction has no disp32 field";
+        assert hasDisp32 : "(thomaswue) not sure if this holds: instruction has no disp32 field";
 
         // parse the output of emitOperand
         int op2 = 0xFF & code[ip++];