]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1567: profiler calculation may be wrong on 32 bit builds v9.0.1567
authorIsao Sato <svardew@gmail.com>
Fri, 19 May 2023 12:20:34 +0000 (13:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 May 2023 12:20:34 +0000 (13:20 +0100)
commitd13c254d100509271b37d609c19e45c857352181
treec3aea40b7e92962f0f62bbf6a510849fc2258488
parent74ccbb1f7df5bd5e5bd50dd7fe4ae9799da50274
patch 9.0.1567: profiler calculation may be wrong on 32 bit builds

Problem:    Profiler calculation may be wrong on 32 bit builds.
Solution:   Use 64 bit variable if possible. (Isao Sato, closes #12412)
src/profiler.c
src/version.c