From 7560149895b1936d4fd24e397367ac5b84d708d8 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 6 Dec 2023 11:38:03 -0800 Subject: [PATCH] Ensure there is always space after the opcode (some opcode names are longer than 30 characters now) --- bytecode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytecode.cpp b/bytecode.cpp index 3fddf7f..1dc9dc0 100644 --- a/bytecode.cpp +++ b/bytecode.cpp @@ -343,7 +343,7 @@ void bc_disasm(std::ostream& pyc_output, PycRef code, PycModule* mod, for (int i=0; i= Pyc::PYC_HAVE_ARG) { switch (opcode) {