From 3090ebfe8375165c1fdd09aae711519a0cd99df5 Mon Sep 17 00:00:00 2001 From: DerelictDrone Date: Tue, 28 Nov 2023 15:21:13 -0600 Subject: [PATCH] mark the rest of the microcode debug checks/cases --- lua/wire/zvm/zvm_core.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/wire/zvm/zvm_core.lua b/lua/wire/zvm/zvm_core.lua index 2c2e690..2119637 100644 --- a/lua/wire/zvm/zvm_core.lua +++ b/lua/wire/zvm/zvm_core.lua @@ -27,6 +27,7 @@ include("wire/zvm/zvm_data.lua") if ZVM.MicrocodeDebug then -- Debug microcode generator local pad = 0 function ZVM:Emit(text) + -- TODO: Remove microcode debugging, it's not possible to access normally. if string.find(text,"end") and (not string.find(text,"if")) then pad = pad - 1 end @@ -318,7 +319,7 @@ function ZVM:Dyn_EndBlock() self:Dyn_EmitState() self:Dyn_EmitBreak(true) end - + -- TODO: Remove microcode debugging, it's not possible to access normally. if self.MicrocodeDebug then if Msg then local str = self.EmitBlock