]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
VEX: Support %i format
authorFlorian Krohm <flo2030@eich-krohm.de>
Wed, 31 Dec 2025 18:48:13 +0000 (18:48 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Wed, 31 Dec 2025 18:48:13 +0000 (18:48 +0000)
Small pre-patch for objdump-based disassembly.

Part of fixing https://bugs.kde.org/show_bug.cgi?id=510840

VEX/priv/main_util.c

index 3d7ccb168b30288e4b8eb5f148b18b5e5e5984ec..5d40ca0f91e95d908d486608cf77888780f81647 100644 (file)
@@ -462,6 +462,7 @@ UInt vprintf_wrk ( void(*sink)(HChar),
             PAD(len1); PUTSTR(str); PAD(len3);
             break;
          }
+         case 'i':
          case 'd': {
             Long l;
             vassert(is_sizet == False); // %zd is obscure; we don't allow it