EXPERIMENTAL intrinsics.valgrind_client_request

This commit is contained in:
gingerBill
2022-08-17 13:52:13 +01:00
parent 82765ca96e
commit 82e840a0ca
6 changed files with 97 additions and 0 deletions

View File

@@ -1037,6 +1037,9 @@ void init_universal(void) {
add_global_bool_constant("ODIN_FOREIGN_ERROR_PROCEDURES", bc->ODIN_FOREIGN_ERROR_PROCEDURES);
add_global_bool_constant("ODIN_DISALLOW_RTTI", bc->disallow_rtti);
add_global_bool_constant("ODIN_VALGRIND_SUPPORT", bc->ODIN_VALGRIND_SUPPORT);
// Builtin Procedures
for (isize i = 0; i < gb_count_of(builtin_procs); i++) {