X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fregalloc.h;h=c0aa5fdf64a8a37f27bbaced10183f224d0d42ed;hb=1cfd52452a4af3fd6eee32f45a8067926af8479e;hp=9e910dc362e231df27f072bcfba0fa59f0264b04;hpb=c9afd924fdbe70a69ab9960c379f280ecbb3a778;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);