From 449df7d9324146b2022ec4bef12df3fa4cc0b5a3 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sun, 8 Jul 2012 04:09:22 +0000 Subject: [PATCH] --- source2/Compiler/Cosmos.Compiler.DebugStub/Old/CmdSend.cs | 4 ++-- source2/Compiler/Cosmos.Compiler.DebugStub/Old/ComPort.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source2/Compiler/Cosmos.Compiler.DebugStub/Old/CmdSend.cs b/source2/Compiler/Cosmos.Compiler.DebugStub/Old/CmdSend.cs index 4c68b516c..d9a455966 100644 --- a/source2/Compiler/Cosmos.Compiler.DebugStub/Old/CmdSend.cs +++ b/source2/Compiler/Cosmos.Compiler.DebugStub/Old/CmdSend.cs @@ -30,7 +30,7 @@ namespace Cosmos.Debug.DebugStub { int xCount = 8 * 4; EAX = (uint)xCount; - Call(); + Call(); ESI = CallerEBP.Value; ESI.Add(8); // Dont transmit EIP or old EBP @@ -47,7 +47,7 @@ namespace Cosmos.Debug.DebugStub { ESI = CallerESP.Value; EAX = CallerEBP.Value; EAX.Sub(ESI); - Call(); + Call(); // Send actual bytes // diff --git a/source2/Compiler/Cosmos.Compiler.DebugStub/Old/ComPort.cs b/source2/Compiler/Cosmos.Compiler.DebugStub/Old/ComPort.cs index f6cfe6bb6..5f52edd1e 100644 --- a/source2/Compiler/Cosmos.Compiler.DebugStub/Old/ComPort.cs +++ b/source2/Compiler/Cosmos.Compiler.DebugStub/Old/ComPort.cs @@ -37,7 +37,7 @@ namespace Cosmos.Debug.DebugStub { } } - public class WriteAXToComPort : Inlines { + public class ComWriteAX : Inlines { // Input: AX // Output: None // Modifies: EDX, ESI @@ -51,7 +51,7 @@ namespace Cosmos.Debug.DebugStub { } } - public class WriteEAXToComPort : Inlines { + public class ComWriteEAX : Inlines { // Input: EAX // Output: None // Modifies: EDX, ESI