mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user