From: cherierm Date: Fri, 20 Jun 2008 10:08:04 +0000 (+0000) Subject: update gras architecture macro to 3 for Visual C++ (little endian, 8 bytes alignment) X-Git-Tag: v3.3~322 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/657ace25fc9c54a83d3f99f0ee24322e3718089b?hp=07e52eb1f30627a2bc27ebe777ac1dd76b003e1b 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 --- 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 */