From 385446715b3d461aedf344fe505fa44e482a1343 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Wed, 11 Jul 2012 03:29:10 +0000 Subject: [PATCH] --- source2/Compiler/Cosmos.Compiler.DebugStub/Init.xs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source2/Compiler/Cosmos.Compiler.DebugStub/Init.xs b/source2/Compiler/Cosmos.Compiler.DebugStub/Init.xs index 36dc7b872..8c2a70c80 100644 --- a/source2/Compiler/Cosmos.Compiler.DebugStub/Init.xs +++ b/source2/Compiler/Cosmos.Compiler.DebugStub/Init.xs @@ -45,10 +45,9 @@ procedure WaitForDbgHandshake { // We could use the signature as the start signal, but I prefer // to keep the logic separate, especially in DC. - + // // Send the actual started signal - // Ds2Vs.Started = 6 - AL = 6 + AL = #Ds2Vs_Started ComWriteAL() WaitForSignature()