Remove erronous instruction from cpu-x86.S

slava 2006-12-08 08:41:16 +00:00
parent 1fd4782d98
commit 8f2bc485cc
1 changed files with 0 additions and 1 deletions

View File

@ -9,5 +9,4 @@ void *native_stack_pointer(void) */
.globl MANGLE(native_stack_pointer)
MANGLE(native_stack_pointer):
mov %esp,%eax
add $4,%ebp
ret