1.0.39.11: fix readdir for :inode64 builds
[sbcl.git] / src / runtime / ppc-bsd-os.c
index a9f0ce5..4209b85 100644 (file)
@@ -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.
  *