mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-09 01:32:58 +00:00
This commit is contained in:
parent
fa5343345e
commit
9fcdd0aac7
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ namespace Cosmos.IL2CPU.X86.IL
|
||||||
{
|
{
|
||||||
public Ldc_I8( Cosmos.IL2CPU.Assembler aAsmblr ) : base( aAsmblr ) { }
|
public Ldc_I8( Cosmos.IL2CPU.Assembler aAsmblr ) : base( aAsmblr ) { }
|
||||||
|
|
||||||
public override void Execute( MethodInfo aMethod, ILOpCode aOpCode )
|
public override void Execute( MethodInfo aMethod, ILOpCode aOpCode ) {
|
||||||
{
|
|
||||||
new CPUx86.Push { DestinationValue = ( ( OpInt )aOpCode ).Value };
|
new CPUx86.Push { DestinationValue = ( ( OpInt )aOpCode ).Value };
|
||||||
Assembler.StackContents.Push( new StackContent( 8, typeof( long ) ) );
|
Assembler.StackContents.Push( new StackContent( 8, typeof( long ) ) );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue