[Mono-bugs] [Bug 416846] New: Jumps not being linked correctly.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Aug 12 23:55:08 EDT 2008


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: jbevain at novell.com
        ReportedBy: high6 at live.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list