X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust%2Fprocessor.h;h=987f75e6cee329b2baba95fb623bc9c8efe302a7;hb=cacb7fbe9c619d776254b469c8f807e8695d4a95;hp=6f0b9491be99f1f4b3b858f883925ad2279d0ce0;hpb=a4db742aa7a1c19142126e047c7088838d634a51;p=lttng-ust.git diff --git a/include/ust/processor.h b/include/ust/processor.h index 6f0b9491..987f75e6 100644 --- a/include/ust/processor.h +++ b/include/ust/processor.h @@ -120,8 +120,6 @@ struct registers { memcpy(regsptr, (void *)ust_reg_stack_ptr, sizeof(struct registers)); \ ust_reg_stack_ptr = (void *)(((long)ust_reg_stack_ptr) + sizeof(struct registers)); -#define save_ip(channel,name) - #else /* CONFIG_UST_GDB_INTEGRATION */ #define save_registers(a)