| 259 | #endif // !ASMJIT_DISABLE_LOGGING |
| 260 | |
| 261 | Error CodeHolder::setErrorHandler(ErrorHandler* handler) noexcept { |
| 262 | _errorHandler = handler; |
| 263 | return kErrorOk; |
| 264 | } |
| 265 | |
| 266 | // ============================================================================ |
| 267 | // [asmjit::CodeHolder - Sections] |
no outgoing calls
no test coverage detected