* reserved for the system libraries? If so, it would be tidy to
* rename flags like _X86_ARCH_H so their names are in a part of the
* namespace that we control. */
#ifndef _X86_ARCH_H
#define _X86_ARCH_H
#ifndef SBCL_GENESIS_CONFIG
#error genesis/config.h (or sbcl.h) must be included before this file
#endif
#include "interr.h"
#define ARCH_HAS_STACK_POINTER
#define ALIEN_STACK_GROWS_DOWNWARD
extern void fast_bzero_detect(void *, size_t);
extern void (*fast_bzero_pointer)(void *, size_t);
* PC location. */
extern unsigned int *single_stepping;
#endif