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

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

[Dotgnu-pnet-commits] CVS: pnet/ilasm ilasm_scanner.l,1.11,1.12


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilasm ilasm_scanner.l,1.11,1.12
Date: Tue, 18 Feb 2003 00:43:37 -0500

Update of /cvsroot/dotgnu-pnet/pnet/ilasm
In directory subversions:/tmp/cvs-serv13015/ilasm

Modified Files:
        ilasm_scanner.l 
Log Message:


Add "ldelem.any" and "stelem.any" as aliases for "ldelem" and "stelem",
because there is some code already in existence that uses the "*.any"
forms of the name.


Index: ilasm_scanner.l
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilasm/ilasm_scanner.l,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** ilasm_scanner.l     18 Feb 2003 05:25:08 -0000      1.11
--- ilasm_scanner.l     18 Feb 2003 05:43:34 -0000      1.12
***************
*** 788,792 ****
--- 788,794 ----
  
  "ldelem"                              { OPCODE_TYPE(LDELEM); }
+ "ldelem.any"                  { OPCODE_TYPE(LDELEM); }        /* Alias */
  "stelem"                              { OPCODE_TYPE(STELEM); }
+ "stelem.any"                  { OPCODE_TYPE(STELEM); }        /* Alias */
  "unbox.any"                           { OPCODE_TYPE(UNBOX_ANY); }
  





reply via email to

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