From a73f4ce51a9b3af49184bf40bb0b2b3d9b0d60b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 16 Apr 2021 21:34:40 +0200 Subject: [PATCH] :art: improve DX (devloper experience) --- src/vm/vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm/vm.c b/src/vm/vm.c index 280cdab0..e17c50d8 100644 --- a/src/vm/vm.c +++ b/src/vm/vm.c @@ -111,7 +111,7 @@ ANN static inline void vm_ugen_init(const VM* vm) { #ifdef DEBUG_STACK #define VM_INFO \ - gw_err("{-C}shred{W}[{Y}%" UINT_F "{W}] {C}mem{W}[{Y}%" INT_F"{W}] {C}reg{W}[{Y}%" INT_F"{W}]{0}\n", \ + gw_err("{-C}shred{W}[{Y}% 5" UINT_F "{W}] {C}mem{W}[{Y}% 5" INT_F"{W}] {C}reg{W}[{Y}% 5" INT_F"{W}]{0}\n", \ shred->tick->xid, \ mem - ((m_bit*)shred + sizeof(struct VM_Shred_) + SIZEOF_REG), reg - ((m_bit*)shred + sizeof(struct VM_Shred_))); #else -- 2.43.0