X-Git-Url: http://nitlanguage.org diff --git a/c_src/standard___hash._sep.c b/c_src/standard___hash._sep.c index 42c9a01..c0d85ec 100644 --- a/c_src/standard___hash._sep.c +++ b/c_src/standard___hash._sep.c @@ -1,5 +1,6 @@ /* This C file is generated by NIT to compile module standard___hash. */ #include "standard___hash._sep.h" +static const char LOCATE_standard___hash___Object___hash[] = "hash::Object::hash"; val_t standard___hash___Object___hash(val_t p0){ struct {struct stack_frame_t me;} fra; val_t REGB0; @@ -11,19 +12,21 @@ val_t standard___hash___Object___hash(val_t p0){ fra.me.meth = LOCATE_standard___hash___Object___hash; fra.me.has_broke = 0; fra.me.REG_size = 1; + fra.me.nitni_local_ref_head = NULL; fra.me.REG[0] = NIT_NULL; fra.me.REG[0] = p0; - /* ./../lib/standard//hash.nit:24 */ + /* ../lib/standard/hash.nit:24 */ REGB0 = CALL_standard___kernel___Object___object_id(fra.me.REG[0])(fra.me.REG[0]); REGB1 = TAG_Int(8); - /* ./../lib/standard//kernel.nit:239 */ + /* ../lib/standard/kernel.nit:242 */ REGB1 = TAG_Int(UNTAG_Int(REGB0)/UNTAG_Int(REGB1)); - /* ./../lib/standard//hash.nit:24 */ + /* ../lib/standard/hash.nit:24 */ goto label1; label1: while(0); stack_frame_head = fra.me.prev; return REGB1; } +static const char LOCATE_standard___hash___Int___hash[] = "hash::Int::(hash::Object::hash)"; val_t standard___hash___Int___hash(val_t p0){ struct {struct stack_frame_t me;} fra; val_t REGB0; @@ -34,13 +37,15 @@ val_t standard___hash___Int___hash(val_t p0){ fra.me.meth = LOCATE_standard___hash___Int___hash; fra.me.has_broke = 0; fra.me.REG_size = 0; + fra.me.nitni_local_ref_head = NULL; REGB0 = p0; - /* ./../lib/standard//hash.nit:28 */ + /* ../lib/standard/hash.nit:28 */ goto label1; label1: while(0); stack_frame_head = fra.me.prev; return REGB0; } +static const char LOCATE_standard___hash___Char___hash[] = "hash::Char::(hash::Object::hash)"; val_t standard___hash___Char___hash(val_t p0){ struct {struct stack_frame_t me;} fra; val_t REGB0; @@ -51,15 +56,17 @@ val_t standard___hash___Char___hash(val_t p0){ fra.me.meth = LOCATE_standard___hash___Char___hash; fra.me.has_broke = 0; fra.me.REG_size = 0; + fra.me.nitni_local_ref_head = NULL; REGB0 = p0; - /* ./../lib/standard//kernel.nit:413 */ + /* ../lib/standard/kernel.nit:416 */ REGB0 = TAG_Int((unsigned char)UNTAG_Char(REGB0)); - /* ./../lib/standard//hash.nit:32 */ + /* ../lib/standard/hash.nit:32 */ goto label1; label1: while(0); stack_frame_head = fra.me.prev; return REGB0; } +static const char LOCATE_standard___hash___Bool___hash[] = "hash::Bool::(hash::Object::hash)"; val_t standard___hash___Bool___hash(val_t p0){ struct {struct stack_frame_t me;} fra; val_t REGB0; @@ -71,14 +78,15 @@ val_t standard___hash___Bool___hash(val_t p0){ fra.me.meth = LOCATE_standard___hash___Bool___hash; fra.me.has_broke = 0; fra.me.REG_size = 0; + fra.me.nitni_local_ref_head = NULL; REGB0 = p0; - /* ./../lib/standard//hash.nit:38 */ + /* ../lib/standard/hash.nit:38 */ if (UNTAG_Bool(REGB0)) { - /* ./../lib/standard//hash.nit:39 */ + /* ../lib/standard/hash.nit:39 */ REGB0 = TAG_Int(1); goto label1; } else { - /* ./../lib/standard//hash.nit:41 */ + /* ../lib/standard/hash.nit:41 */ REGB1 = TAG_Int(0); REGB0 = REGB1; goto label1;