diff --git a/src/kernel/libroot/os/arch/x86/get_stack_frame.S b/src/kernel/libroot/os/arch/x86/get_stack_frame.S index 142f4e12c5..be7c12fb40 100644 --- a/src/kernel/libroot/os/arch/x86/get_stack_frame.S +++ b/src/kernel/libroot/os/arch/x86/get_stack_frame.S @@ -1,5 +1,5 @@ /* - * Copyright 2003, Ingo Weinhold, bonefish@users.sf.net. All rights reserved. + * Copyright 2005, Ingo Weinhold, bonefish@users.sf.net. All rights reserved. * Distributed under the terms of the MIT License. */ @@ -7,5 +7,5 @@ /* void *get_stack_frame() */ FUNCTION(get_stack_frame): - mov %ebp,%eax + mov %ebp, %eax ret