hw: correct result type of Kernel::new_vm

ref #1101
This commit is contained in:
Martin Stein 2014-03-16 12:39:32 +01:00 committed by Norman Feske
parent d5b38b674e
commit 055b7c57b6
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ namespace Kernel
*
* Regaining of the supplied memory is not supported by now.
*/
inline int new_vm(void * const dst, void * const state,
inline unsigned new_vm(void * const dst, void * const state,
unsigned const signal_context_id)
{
return call(call_id_new_vm(), (Call_arg)dst, (Call_arg)state,