mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
74ccbb1f7d
commit
d13c254d10
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1567,
|
||||
/**/
|
||||
1566,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user