YJIT: other_cb is None in tests

Since the other cb is in CodegenGlobals, and we want Rust tests to be
self-contained.
This commit is contained in:
Alan Wu 2023-02-01 17:21:11 -05:00
Родитель 81b7f86f47
Коммит a690db390d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -139,6 +139,7 @@ impl CodeBlock {
}
// Move the other CodeBlock to the same page if it'S on the furthest page
#[cfg(not(test))]
self.other_cb().unwrap().set_page(next_page_idx.unwrap(), &jmp_ptr);
return !self.dropped_bytes;