X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fbindings%2Fguile%2Ffrida.i;h=bc3bff434abbb53dccabde1d42d9e6b64cf31852;hb=2486ab6ab9c8538287cde97cb0c2de8c4402c0d1;hp=03069b9d8cf404ab17192077e7e61e5d72deab60;hpb=fc58083a9eee8534fe3f67ddd3c020c87cd42a5f;p=frida%2Ffrida.git diff --git a/src/bindings/guile/frida.i b/src/bindings/guile/frida.i index 03069b9..bc3bff4 100644 --- a/src/bindings/guile/frida.i +++ b/src/bindings/guile/frida.i @@ -6,6 +6,7 @@ %include %include %include +%include %{ #include "core/Function.hxx" @@ -17,7 +18,9 @@ %} namespace std { - %template(map_uint64t_BasicBlock) map; + /* %template(wearethepeople) map; */ + /* %template(FunctionMap) map; */ + /* %template(InterpreterMap) map; */ } %inline %{