factor/vm/cpu-amd64.S

9 lines
163 B
ArmAsm
Raw Normal View History

2007-09-20 18:09:08 -04:00
#include "asm.h"
/* Callable from C as
void *native_stack_pointer(void) */
.globl MANGLE(native_stack_pointer)
MANGLE(native_stack_pointer):
mov %rsp,%rax
ret