X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fregalloc.h;h=c0aa5fdf64a8a37f27bbaced10183f224d0d42ed;hb=981f6d1a1fa628f718a73efc5a639409cb1029b2;hp=9e910dc362e231df27f072bcfba0fa59f0264b04;hpb=c018aea7e9161343160b78f46d3afba81ce54bd0;p=mono.git diff --git a/mono/mini/regalloc.h b/mono/mini/regalloc.h index 9e910dc362e..c0aa5fdf64a 100644 --- a/mono/mini/regalloc.h +++ b/mono/mini/regalloc.h @@ -1,8 +1,8 @@ -#if defined(__native_client__) && defined(__x86_64__) -typedef guint64 regmask_t; -#else +/** + * \file + */ + typedef size_t regmask_t; -#endif enum { MONO_REG_INT, @@ -47,6 +47,6 @@ typedef struct { int vassign_size; } MonoRegState; -MonoRegState* mono_regstate_new (void) MONO_INTERNAL; +MonoRegState* mono_regstate_new (void); -void mono_regstate_free (MonoRegState *rs) MONO_INTERNAL; +void mono_regstate_free (MonoRegState *rs);