Cosmos/source/Indy.IL2CPU/Assembler/x86/186-188AndUp/LeaveStackFrame.cs
2008-10-23 21:13:42 +00:00

13 lines
230 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.Assembler.X86._186_188AndUp
{
[OpCode(0xFFFFFFFF, "Leave")]
class LeaveStackFrame
{
}
}