dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/image opdef.c,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image opdef.c,1.3,1.4
Date: Fri, 03 Jan 2003 19:44:35 -0500

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv9162/image

Modified Files:
        opdef.c 
Log Message:


Dump the "field" or "method" prefix on "ldtoken" opcodes in the assembler.


Index: opdef.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/opdef.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opdef.c     21 Aug 2002 10:37:31 -0000      1.3
--- opdef.c     4 Jan 2003 00:44:33 -0000       1.4
***************
*** 259,263 ****
  OPDEF("ann.phi",                      0, 0, IL_OPCODE_ARGS_ANN_PHI, 0)
  
! OPDEF("ldtoken",                      0, 1, IL_OPCODE_ARGS_TOKEN, 5)
  
  OPDEF("conv.u2",                      1, 1, IL_OPCODE_ARGS_NONE, 1)
--- 259,263 ----
  OPDEF("ann.phi",                      0, 0, IL_OPCODE_ARGS_ANN_PHI, 0)
  
! OPDEF("ldtoken",                      0, 1, IL_OPCODE_ARGS_LDTOKEN, 5)
  
  OPDEF("conv.u2",                      1, 1, IL_OPCODE_ARGS_NONE, 1)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]