mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
Rename jinux to asterinas in documentation and code
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
2b248dc326
commit
99f6765ced
@ -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");
|
||||
// }
|
||||
|
Reference in New Issue
Block a user