mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
This commit is contained in:
parent
2a1edc174f
commit
8dce1cfe68
1 changed files with 2 additions and 1 deletions
|
|
@ -141,7 +141,8 @@ namespace Cosmos.IL2CPU {
|
|||
xILOp = mILOpsHi[xOpCodeVal & 0xFF];
|
||||
}
|
||||
//mLog.Write ( "[" + xILOp.ToString() + "] \t Stack start: " + Stack.Count.ToString() );
|
||||
new Comment(this, "[" + xILOp.ToString() + "]");
|
||||
new Comment(this, "ILOp: " + xILOp.ToString());
|
||||
new Comment(this, "ILOpCode: " + xOpCode.OpCode.ToString());
|
||||
BeforeOp(aMethod, xOpCode);
|
||||
xILOp.Execute(aMethod, xOpCode);
|
||||
AfterOp(aMethod, xOpCode);
|
||||
|
|
|
|||
Loading…
Reference in a new issue