X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fppc-bsd-os.c;h=4209b85c81d0ed845bdca3295573e39500c4f1dc;hb=0c4fe8f1022452ef7de0336a50f6e45e0ce7c8c3;hp=a9f0ce56b620a153e7c6929a4ceea86422de1306;hpb=8694b0dfc9f55890eaff390453896b5f9c64e319;p=sbcl.git diff --git a/src/runtime/ppc-bsd-os.c b/src/runtime/ppc-bsd-os.c index a9f0ce5..4209b85 100644 --- a/src/runtime/ppc-bsd-os.c +++ b/src/runtime/ppc-bsd-os.c @@ -46,6 +46,20 @@ os_context_lr_addr(os_context_t *context) #endif } +os_context_register_t * +os_context_ctr_addr(os_context_t *context) +{ + /* FIXME: Figure out how to make this happen. */ + lose("was asked for context Counter (CTR) register, but don't know how"); +} + +os_context_register_t * +os_context_cr_addr(os_context_t *context) +{ + /* FIXME: Figure out how to make this happen. */ + lose("was asked for context Condition (CR) register, but don't know how"); +} + /* FIXME: If this can be a no-op on BSD/x86, then it * deserves a more precise name. *