X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-arch.c;h=84c3365098bdef29fc5eff0aa1771228e20e7724;hb=c5759c03562c984984e368c2ab85a21dceb719ab;hp=2d624246da02d6561753922294579fafc36fbd2e;hpb=637371f800e71ac4449e01d59571c9d10f6bde26;p=sbcl.git diff --git a/src/runtime/ppc-arch.c b/src/runtime/ppc-arch.c index 2d62424..84c3365 100644 --- a/src/runtime/ppc-arch.c +++ b/src/runtime/ppc-arch.c @@ -1,12 +1,3 @@ -/* - - $Header$ - - This code was written as part of the CMU Common Lisp project at - Carnegie Mellon University, and has been placed in the public domain. - -*/ - #include #include "arch.h" @@ -107,6 +98,14 @@ arch_install_breakpoint(void *pc) } void +get_spinlock(lispobj *word,int value) +{ + /* FIXME */ + *word=value; +} + + +void arch_remove_breakpoint(void *pc, unsigned long orig_inst) { *(unsigned long *)pc = orig_inst;