From 657ace25fc9c54a83d3f99f0ee24322e3718089b Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 20 Jun 2008 10:08:04 +0000 Subject: [PATCH 1/1] update gras architecture macro to 3 for Visual C++ (little endian, 8 bytes alignment) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5777 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/win32/compiler/visualc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/compiler/visualc.h b/src/win32/compiler/visualc.h index 27cce6cf8b..0ed25e8114 100644 --- a/src/win32/compiler/visualc.h +++ b/src/win32/compiler/visualc.h @@ -317,7 +317,7 @@ the double. For now, GRAS requires the structures to be compacted. */ #undef GRAS_THISARCH #endif -#define GRAS_THISARCH 0 +#define GRAS_THISARCH 3 /* Path to the addr2line tool */ -- 2.20.1