diff --git a/plugins/stub_resolver/stub_resolver_main.ml b/plugins/stub_resolver/stub_resolver_main.ml index a219d0079..93d727d5d 100644 --- a/plugins/stub_resolver/stub_resolver_main.ml +++ b/plugins/stub_resolver/stub_resolver_main.ml @@ -68,6 +68,6 @@ let () = Extension.documentation {| |} let () = Extension.declare @@ fun _ctxt -> - Stream.observe Project.Info.code @@ Plt.provide; + Stream.observe Project.Info.data @@ Plt.provide; Bap_abi.register_pass main; Ok ()