зеркало из https://github.com/github/ruby.git
mjit_worker.c: fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0515904414
Коммит
bdf5eb3b91
|
@ -1083,7 +1083,7 @@ convert_unit_to_func(struct rb_mjit_unit *unit, struct rb_call_cache *cc_entries
|
|||
o_files[0] = o_file;
|
||||
success = link_o_to_so(o_files, so_file);
|
||||
|
||||
/* Alwasy set o_file for compaction. The value is also used for lazy deletion. */
|
||||
/* Always set o_file for compaction. The value is also used for lazy deletion. */
|
||||
unit->o_file = strdup(o_file);
|
||||
if (unit->o_file == NULL) {
|
||||
mjit_warning("failed to allocate memory to remember '%s' (%s), removing it...", o_file, strerror(errno));
|
||||
|
|
Загрузка…
Ссылка в новой задаче