aboutsummaryrefslogtreecommitdiff
path: root/src/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers')
-rw-r--r--src/helpers/function.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/helpers/function.S b/src/helpers/function.S
index af41905..eeada7c 100644
--- a/src/helpers/function.S
+++ b/src/helpers/function.S
@@ -1,3 +1,5 @@
+#ifndef __STDC_VERSION__
+
.set .L_FUNCTION_IS_IN_FUNCTION_DEFINITION, 0
.set .L_FUNCTION_LOCALS_ALLOCATED, 0
@@ -122,3 +124,5 @@
.cfi_def_cfa_register %rbp
.set .L\name\()_FRAME_OFFSET, 0
.endm
+
+#endif \ No newline at end of file