implement right bit shift over a small integer

This commit is contained in:
hyunghwan.chung
2015-12-22 15:50:01 +00:00
parent 6fb206a265
commit e7d00d89bf
11 changed files with 115 additions and 38 deletions

View File

@ -2049,7 +2049,7 @@ static stix_ooi_t find_class_level_variable (stix_t* stix, stix_oop_class_t self
super = ((stix_oop_class_t)super)->superclass;
}
stix->errnum = STIX_ENOMEM;
stix->errnum = STIX_ENOENT;
return -1;
done: