mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
NOVA: Use right syscall function for ec_ctrl
This commit is contained in:
committed by
Norman Feske
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
|
||||
|
||||
Reference in New Issue
Block a user