comparison dmd/mars.c @ 306:0baca2feb554 trunk

[svn r327] Fixed some more MinGW32 issues. It's now very close to working. Fixed problems with inline asm like: mov EAX, FS:4 , which incidentally is used in the runtime to get the stack bottom, on Windows.
author lindquist
date Fri, 27 Jun 2008 23:58:22 +0200
parents 297690b5d4a5
children 0d52412d5b1a
comparison
equal deleted inserted replaced
305:2b72433d5c8c 306:0baca2feb554
1064 } 1064 }
1065 else 1065 else
1066 { 1066 {
1067 if (global.params.link) 1067 if (global.params.link)
1068 //status = runLINK(); 1068 //status = runLINK();
1069 linkExecutable(); 1069 linkExecutable(argv[0]);
1070 1070
1071 if (global.params.run) 1071 if (global.params.run)
1072 { 1072 {
1073 if (!status) 1073 if (!status)
1074 { 1074 {