Skip to content

Commit c8a4f06

Browse files
committed
add todo comment
1 parent 76fa25b commit c8a4f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/support/TLS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ m.def("tls_get", &tls_get, "", py::arg("index"));
1515

1616
m.def("tls_address", &tls_address, "", py::arg("index"));
1717

18-
m.def("tls_set", &tls_set, "", py::arg("index"), py::arg("value"));
18+
m.def("tls_set", &tls_set, "", py::arg("index"), py::arg("value")); //todo value is a void*
1919

2020
}

0 commit comments

Comments
 (0)