base-hw: useless default assignment in syscalls.h

fix #588
This commit is contained in:
Martin Stein 2013-02-18 15:33:29 +01:00 committed by Norman Feske
parent 96fbd9e832
commit 251d08d511
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ namespace Kernel
*
* Restricted to core threads.
*/
inline void run_vm(unsigned const id = 0) {
inline void run_vm(unsigned const id) {
syscall(RUN_VM, (Syscall_arg)id); }
}