[Mono-dev] [PATCH] Minor MIPS changes to mono/mono/mini

Paolo Molaro lupus at ximian.com
Thu Oct 12 09:25:40 EDT 2006


On 10/11/06 Mark Mason wrote:
> Included below are patches to mono/mono/mini to begin adding support for
> MIPS to the Mono JIT.  Primarily, this includes minor header file changes,
> Makefile support for MIPS, and making print_ins() non-static for better
> verbose support.

We can't include the makefile change until also the files are there,
otherwise it would break the build (make dist).
As for exporting print_ins(), if we want to do that, it needs renaming
(eg to mono_print_ins or mono_inst_print) and put into the header file.
Where do you need it?

Thanks!

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list