factor/vm/cpu-x86.S

7 lines
129 B
ArmAsm
Raw Normal View History

2006-11-16 00:12:43 -05:00
/* Callable from C as
void *native_stack_pointer(void) */
.globl native_stack_pointer
native_stack_pointer:
mov %ebp,%eax
ret