mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
NOVA: Use right syscall function for ec_ctrl
This commit is contained in:
parent
cb8cbe8aad
commit
a4cac757e2
@ -195,7 +195,7 @@ namespace Nova {
|
|||||||
ALWAYS_INLINE
|
ALWAYS_INLINE
|
||||||
inline uint8_t ec_ctrl(unsigned ec)
|
inline uint8_t ec_ctrl(unsigned ec)
|
||||||
{
|
{
|
||||||
return syscall_1(NOVA_EC_CTRL, 0, ec);
|
return syscall_0(NOVA_EC_CTRL, 0, ec);
|
||||||
}
|
}
|
||||||
|
|
||||||
ALWAYS_INLINE
|
ALWAYS_INLINE
|
||||||
|
Loading…
Reference in New Issue
Block a user