From 00205e4996df209dc43664af7c171d34c2e97cda Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 7 Dec 2018 13:12:13 +0100 Subject: use custom stack analyzer --- src/arch/posix/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/arch/posix') diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index e901aeb..ec34626 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -6,8 +6,7 @@ CC = gcc CXX = g++ OBJDUMP = objdump -# For each function call, the 8-Byte return address is pushed onto the stack. -ARCH_CALL_COST = 8 +ARCH_SHORTNAME = x64 ifeq (${aspectc}, 1) CXX = ag++ -r build/repo.acp -v 0 -p . --Xcompiler -- cgit v1.2.3