[layout] Fix a return_trace
diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh
index 55bd51c..dbdd7dd 100644
--- a/src/hb-ot-layout-common.hh
+++ b/src/hb-ot-layout-common.hh
@@ -1353,7 +1353,7 @@
     // Generally we shouldn't end up with an empty lookup as we pre-prune them during the planning
     // phase, but it can happen in rare cases such as when during closure subtable is considered
     // degenerate (see: https://github.com/harfbuzz/harfbuzz/issues/3853)
-    return true;
+    return_trace (true);
   }
 
   template <typename TSubTable>