[all-commits] [llvm/llvm-project] 234e08: [lldb] Fix format specifier warning in EmulateInst...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Nov 4 10:47:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 234e08ec3c1a94bf67ee78c25d1c5241cc69aaa5
      https://github.com/llvm/llvm-project/commit/234e08ec3c1a94bf67ee78c25d1c5241cc69aaa5
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-11-04 (Fri, 04 Nov 2022)

  Changed paths:
    M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp

  Log Message:
  -----------
  [lldb] Fix format specifier warning in EmulateInstructionRISCV

Fixes warning: format specifies type 'unsigned long' but the argument
has type 'lldb::addr_t' (aka 'unsigned long long') [-Wformat]




More information about the All-commits mailing list