[Mono-bugs] [Bug 446100] New: interp.c uses fields removed from MonoVTable

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 18 10:16:17 EST 2008


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


           Summary: interp.c uses fields removed from MonoVTable
           Product: Mono: Runtime
           Version: SVN
          Platform: PowerPC
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: joel.sherrill at oarcorp.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Other


I am doing the preliminary work of porting Mono to RTEMS (http://www.rtems.org)
and came across this compilation error on the SVN trunk.

interp.c:2667: error: 'MonoVTable' has no member named 'interface_offsets'
interp.c:2691: er ror: 'MonoVTable' has no member named 'interface_offsets'

It looks like interface_offsets was removed from MonoVTable and this reference 
was left in the code.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list