diff --git a/ldb/core.h b/ldb/core.h
index f246e64285f1ccf1d843079cca47be9949042081..9179650f3a38f7eeab4423bd7792ba41d8c7bd10 100644
--- a/ldb/core.h
+++ b/ldb/core.h
@@ -22,7 +22,9 @@ struct ndir_entry {
 struct machine_state {
     lispobj *csp;
     lispobj *fp;
+#ifndef ibmrt
     lispobj *bsp;
+#endif
     char *number_stack_start;
 
     long sigcontext_page;