mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 21:38:52 +00:00
This commit is contained in:
parent
00acbb06cc
commit
d139b3e8af
2 changed files with 1 additions and 3 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue