diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h index d616798..ac21c43 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1742,8 +1742,7 @@ extern int target_async_permitted; #define target_is_async_p() (current_target.to_is_async_p (¤t_target)) /* Enables/disabled async target events. */ -#define target_async(ENABLE) \ - (current_target.to_async (¤t_target, (ENABLE))) +extern void target_async (int enable); #define target_execution_direction() \ (current_target.to_execution_direction (¤t_target)) |