* CatchBlock.cs: Remove typo causing to labels to be the same as
authorJackson Harper <jackson@novell.com>
Sat, 24 May 2003 18:25:08 +0000 (18:25 -0000)
committerJackson Harper <jackson@novell.com>
Sat, 24 May 2003 18:25:08 +0000 (18:25 -0000)
commit49632f675fbab11d6614890efc2b36258a52b571
treec46523c013a3395b344f59514c66e5b1d0c79798
parent9c0a4ec07b33f20f5d6e5567baf711b954f807f3
    * CatchBlock.cs: Remove typo causing to labels to be the same as
from labels.
* FaultBlock.cs: Remove typo causing to labels to be the same as
from labels.
* FilterBlock.cs: Remove typo causing to labels to be the same as
from labels.
* MethodDef.cs: Allow for multiple labels to point to the same
line. ie:
END_BLOCK:
PASS:
do stuff

svn path=/trunk/mcs/; revision=14853
mcs/ilasm/codegen/CatchBlock.cs
mcs/ilasm/codegen/ChangeLog
mcs/ilasm/codegen/FaultBlock.cs
mcs/ilasm/codegen/FilterBlock.cs
mcs/ilasm/codegen/MethodDef.cs