This commit is contained in:
mterwoord_cp 2010-08-12 09:19:14 +00:00
parent 00acbb06cc
commit d139b3e8af
2 changed files with 1 additions and 3 deletions

View file

@ -38,9 +38,6 @@
EnableLogging="true"
EmitDebugSymbols="$(DebugSymbols)"/>
<Warning Text="TargetDir = '$(TargetDir)'"/>
<Warning Text="MSBuildProjectName = '$(MSBuildProjectName)'"/>
<NAsm InputFile="$(TargetDir)$(MSBuildProjectName).asm"
OutputFile="$(TargetDir)$(MSBuildProjectName).obj"
IsELF="$(IsELF)"

View file

@ -500,6 +500,7 @@ namespace Cosmos.Compiler.DebugStub {
public void Main(UInt16 aComAddr) {
mComAddr = aComAddr;
mComStatusAddr = (UInt16)(aComAddr + 5);
EmitDataSection();
Emit();
// Main entry point that IL2CPU generated code calls