From e6d59a7b506f610b82340b62457f9dd9ad0cb53d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 19 Feb 2026 13:30:45 +0100 Subject: feat: integrate basic CMocka tests --- src/helpers/function.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/helpers/function.S') 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 -- cgit v1.2.3