Home
last modified time | relevance | path

Searched refs:saved_async (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfcall.c707 int saved_async = 0; in call_function_by_hand() local
718 saved_async = target_async_mask (0); in call_function_by_hand()
722 if (saved_async) in call_function_by_hand()
723 target_async_mask (saved_async); in call_function_by_hand()
DChangeLog-200310307 indentation. Move "saved_async" and "old_cleanups" to where they