summaryrefslogtreecommitdiffhomepage
path: root/dev/zba/src/BootSupport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/zba/src/BootSupport.cxx')
-rw-r--r--dev/zba/src/BootSupport.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/zba/src/BootSupport.cxx b/dev/zba/src/BootSupport.cxx
index f0fb3def..bda7ee38 100644
--- a/dev/zba/src/BootSupport.cxx
+++ b/dev/zba/src/BootSupport.cxx
@@ -75,6 +75,8 @@ EXTERN_C int strcmp(const char* whatToCheck, const char* whatToCheckRight)
}
/// @brief something specific to the Microsoft's ABI, When the stack grows too big.
-EXTERN_C void ___chkstk_ms(void) {}
+EXTERN_C void ___chkstk_ms(void)
+{
+}
#endif