Skip to content

Commit

Permalink
NOVA: Use right syscall function for ec_ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ab authored and nfeske committed Jun 22, 2012
1 parent cb8cbe8 commit a4cac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-nova/include/32bit/nova/syscalls.h
Expand Up @@ -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
Expand Down

0 comments on commit a4cac75

Please sign in to comment.