Skip to content

Commit

Permalink
start 1.075
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Apr 14, 2012
1 parent 9e13e39 commit c009bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mars.c
Expand Up @@ -94,7 +94,7 @@ Global::Global()
"\nMSIL back-end (alpha release) by Cristian L. Vlasceanu and associates.";
#endif
;
version = "v1.074";
version = "v1.075";
global.structalign = 8;

memset(&params, 0, sizeof(Param));
Expand Down
2 changes: 1 addition & 1 deletion src/msc.c
Expand Up @@ -251,7 +251,7 @@ void util_set64()
tyalignsize[TYnullptr + i] = 8;
tyalignsize[TYnptr + i] = 8;
tyalignsize[TYnref + i] = 8;
#if TARGET_LINUX || TARGET_FREEBSD || TARGET_OPENBSD || TARGET_SOLARIS || TARGET_OSX
#if TARGET_LINUX || TARGET_FREEBSD || TARGET_OPENBSD || TARGET_SOLARIS || TARGET_OSX || TARGET_WINDOS
tyalignsize[TYldouble + i] = 16;
tyalignsize[TYildouble + i] = 16;
tyalignsize[TYcldouble + i] = 16;
Expand Down

0 comments on commit c009bbd

Please sign in to comment.