Remove erronous instruction from cpu-x86.S
parent
1fd4782d98
commit
8f2bc485cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue