summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/runtime/interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index 66c992591..26d5f6b6a 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -298,8 +298,8 @@ typedef struct hostInterfaces
* immediately. It should not wait for the request to be applied. See
* note above.
*/
- int32_t memory_error( uint64_t i_startAddr, uint64_t i_endAddr,
- MemoryError_t i_errorType );
+ int32_t (*memory_error)( uint64_t i_startAddr, uint64_t i_endAddr,
+ MemoryError_t i_errorType );
// Reserve some space for future growth.
OpenPOWER on IntegriCloud