mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-17 16:31:02 +00:00
[OpenMP][Tests][NFC] rename macro to avoid naming clash
Rename a macro use missed in e0f3acc5d34aa
This commit is contained in:
parent
e5da63d5a9
commit
2fbce374c8
@ -247,7 +247,7 @@ ompt_data_t *ompt_get_own_thread_data() {
|
||||
printf("0: Could not register callback '" #name "'\n"); \
|
||||
} while (0)
|
||||
|
||||
#define register_ompt_callback2(name) register_callback2_t(name, name##_t)
|
||||
#define register_ompt_callback2(name) register_ompt_callback2_t(name, name##_t)
|
||||
|
||||
int ompt_cds_initialize(ompt_function_lookup_t lookup, int initial_device_num,
|
||||
ompt_data_t *tool_data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user