mono-context.h: fix build on MIPS
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 6 Feb 2015 13:56:10 +0000 (14:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 6 Feb 2015 13:56:10 +0000 (14:56 +0100)
commit8f489c24e1770c2852efcaff9419d54bfadf0854
tree0ed2087940f4530fb193f02ef51c53721a31a330
parent88e35ade18cd3c5e5637d47675d38741d163c1b0
mono-context.h: fix build on MIPS

The mono-context.h file uses definitions such as mips_fp and mips_sp,
which are defined in <mono/arch/mips/mips-codegen.h>, but this file is
not included, leading to build failures.

This fix is similar to 4437ecea91bab3fe68ba1c30521acf75052662cd (for
ARM).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
mono/utils/mono-context.h