It's already 2005, isn't it. :-)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10930 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-21 15:18:34 +00:00
parent 61a9031bd0
commit 984c3a2ec3

View File

@ -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