|
From: <sv...@va...> - 2015-01-23 16:53:14
|
Author: florian
Date: Fri Jan 23 16:53:06 2015
New Revision: 14884
Log:
Add function attributes.
Modified:
trunk/coregrind/m_aspacemgr/priv_aspacemgr.h
Modified: trunk/coregrind/m_aspacemgr/priv_aspacemgr.h
==============================================================================
--- trunk/coregrind/m_aspacemgr/priv_aspacemgr.h (original)
+++ trunk/coregrind/m_aspacemgr/priv_aspacemgr.h Fri Jan 23 16:53:06 2015
@@ -67,7 +67,9 @@
__attribute__ ((noreturn))
extern void ML_(am_exit) ( Int status );
+__attribute__ ((noreturn))
extern void ML_(am_barf) ( const HChar* what );
+__attribute__ ((noreturn))
extern void ML_(am_barf_toolow) ( const HChar* what );
__attribute__ ((noreturn))
|