mirror of https://github.com/xemu-project/xemu.git
![]() In ufs_write_attr_value(), the value parameter is handled in the CPU's
endian format but provided in big-endian format by the caller. Thus, it
is converted to the CPU's endian format. The related test code is also
fixed to reflect this change.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
lu.c | ||
meson.build | ||
trace-events | ||
trace.h | ||
ufs.c | ||
ufs.h |