Rename jinux to asterinas in documentation and code

This commit is contained in:
Jianfeng Jiang
2023-12-25 07:27:41 +00:00
committed by Tate, Hongliang Tian
parent 2b248dc326
commit 99f6765ced
43 changed files with 143 additions and 143 deletions

View File

@ -184,7 +184,7 @@ int test_handle_sigfpe() {
c = div_maybe_zero(a, b);
fxsave(y);
// jinux does not save and restore fpregs now, so we emit this check.
// Asterinas does not save and restore fpregs now, so we emit this check.
// if (memcmp(x, y, 512) != 0) {
// THROW_ERROR("floating point registers are modified");
// }