X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fruntime%2Fx86-64-arch.h;h=b25b9d8f74642e36af8c4c60bf316c3bdd7f66c9;hb=35ab27e7aab71c94aa6be12da15603c7fd87fca8;hp=81ac4b77a779cc8300cfbfbfe8bccc968944e126;hpb=faba0f9a5c990ea378e53f995acf9cdf3258c412;p=sbcl.git diff --git a/src/runtime/x86-64-arch.h b/src/runtime/x86-64-arch.h index 81ac4b7..b25b9d8 100644 --- a/src/runtime/x86-64-arch.h +++ b/src/runtime/x86-64-arch.h @@ -12,6 +12,7 @@ #include "interr.h" /* for declaration of lose() */ #define ARCH_HAS_STACK_POINTER +#define ALIEN_STACK_GROWS_DOWNWARD /* FIXME: Do we also want * #define ARCH_HAS_FLOAT_REGISTERS @@ -71,4 +72,6 @@ swap_lispobjs(volatile lispobj *dest, lispobj value) return old_value; } +extern void AMD64_SYSV_ABI fast_bzero(void *, size_t); + #endif /* _X86_64_ARCH_H */