From 683aa83f5ae58a204b84f27f79d164f91d6245ea Mon Sep 17 00:00:00 2001 From: Jude Melton-Houghton Date: Tue, 13 Sep 2022 17:26:56 -0400 Subject: [PATCH] Describe code in mesecon._test_program_fpga --- .test_fixtures/mesecons_fpga.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.test_fixtures/mesecons_fpga.lua b/.test_fixtures/mesecons_fpga.lua index 22ea99b..ba4440a 100644 --- a/.test_fixtures/mesecons_fpga.lua +++ b/.test_fixtures/mesecons_fpga.lua @@ -22,6 +22,7 @@ function mesecon._test_program_fpga(pos, program) local fields = {program = true} for i, instr in ipairs(program) do + -- Translate the instruction into formspec fields. local op1, act, op2, dst if #instr == 3 then act, op2, dst = unpack(instr)