Skip to content

Commit

Permalink
XXX: Manual __jit_debug_descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Oct 14, 2023
1 parent 0e52a56 commit a74dd9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct jit_descriptor {
// We put information about the JITed function in this global, which the
// debugger reads. Make sure to specify the version statically, because the
// debugger checks the version before we can set it during runtime.
struct jit_descriptor __jit_debug_descriptor = {JitDescriptorVersion, 0,
LLVM_FUNC_ABI struct jit_descriptor __jit_debug_descriptor = {JitDescriptorVersion, 0,
nullptr, nullptr};

// Debuggers that implement the GDB JIT interface put a special breakpoint in
Expand Down

0 comments on commit a74dd9e

Please sign in to comment.