From f552c54992668d84284c5d7302227c2ee517eeeb Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 26 Aug 2018 22:10:47 +0200 Subject: [PATCH] Better formatting. --- engine/vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/vm.c b/engine/vm.c index 6ebdf5b..190fb2a 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -1796,7 +1796,7 @@ static sxi32 VmByteCodeDump( break; } /* Format and call the consumer callback */ - rc = SyProcFormat(xConsumer, pUserData, "%s %8d %8u %#8x [%u]\n", + rc = SyProcFormat(xConsumer, pUserData, "%s %8d %8u %#10x [%u]\n", VmInstrToString(pInstr->iOp), pInstr->iP1, pInstr->iP2, SX_PTR_TO_INT(pInstr->p3), n); if(rc != SXRET_OK) {