diff --git a/C/unify.c b/C/unify.c index b87a901c7..aa7c2ba74 100644 --- a/C/unify.c +++ b/C/unify.c @@ -690,5 +690,9 @@ Yap_TrimTrail(void) #undef setregs #define setregs() #endif +#if SHADOW_HB + register CELL *HBREG = HB; +#endif + #include "trim_trail.h" }