X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-arch.c;h=9c20cc01983ab9ef4ddadaea20e4eb8a84e855a1;hb=c3699db2053ff3b5ac6a98d4431c3789496002d8;hp=c35fc4c87eae1eee269f2601aea4e16e0e94eba7;hpb=506253505641855dc8bb87033f7af894904f848b;p=sbcl.git diff --git a/src/runtime/ppc-arch.c b/src/runtime/ppc-arch.c index c35fc4c..9c20cc0 100644 --- a/src/runtime/ppc-arch.c +++ b/src/runtime/ppc-arch.c @@ -95,14 +95,6 @@ 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;