https://bugzilla.novell.com/show_bug.cgi?id=416846


           Summary: Jumps not being linked correctly.
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Cecil
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Description of Problem:
When I copy a jmp and it's destination from a call and add it to another, the
destination for that jmp is FFFFFFXX. XX being the true destination.

L_0042: brfalse.s L_ffffffe2
//stuff here
L_00e2: ldarg.0 

Originally it was supposed to jump to E2 but those ff's are screwing it up
breaking the program.

Steps to reproduce the problem:
1. Copy a jump and it's destination into a new method.


Actual Results:
L_0042: brfalse.s L_ffffffe2
//stuff here
L_00e2: ldarg.0 

Expected Results:
L_0042: brfalse.s L_000000e2
//stuff here
L_00e2: ldarg.0 

How often does this happen? 
Every time.

Additional Information:


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to