DEADSOFTWARE

libjit bindings typo
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Tue, 26 Sep 2017 05:51:18 +0000 (08:51 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Tue, 26 Sep 2017 06:01:34 +0000 (09:01 +0300)
src/lib/libjit/libjit.pas

index 8ef405c66919ebcd191f49c50cb4da9ffb76f511..293989389f3de18920766a08339612c12891c277 100644 (file)
@@ -155,7 +155,7 @@ type jit_on_demand_driver_func = function (func: jit_function_t): Pointer; libra
 function jit_context_create (): jit_context_t; libraryLibJITDecl;
 procedure jit_context_destroy (context: jit_context_t); libraryLibJITDecl;
 
-procedure jit_context_build_start (context: jit_context_t);
+procedure jit_context_build_start (context: jit_context_t); libraryLibJITDecl;
 procedure jit_context_build_end (context: jit_context_t); libraryLibJITDecl;
 
 procedure jit_context_set_on_demand_driver (context: jit_context_t; driver: jit_on_demand_driver_func); libraryLibJITDecl;