Commit 24fc4dd8 by Jakub Jelinek Committed by Jakub Jelinek

* mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.

From-SVN: r245027
parent 0c7247cc
2017-01-30 Jakub Jelinek <jakub@redhat.com>
* mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.
2017-01-21 Jakub Jelinek <jakub@redhat.com>
PR other/79046
......
......@@ -66,5 +66,6 @@ void __mpxrt_print (verbose_type vt, const char* frmt, ...);
mpx_rt_mode_t __mpxrt_mode (void);
void __mpxrt_utils_free (void);
void __mpxrt_print_summary (uint64_t num_brs, uint64_t l1_size);
void __mpxrt_stop (void) __attribute__ ((noreturn));
#endif /* MPXRT_UTILS_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment