Skip to content

Commit e462d19

Browse files
committed
Fix #5
1 parent 7ae2c49 commit e462d19

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT([picasso],[2.0.0],[fincs.alt1@gmail.com])
5+
AC_INIT([picasso],[2.1.0],[fincs.alt1@gmail.com])
66
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
77

88
AM_INIT_AUTOMAKE([1.10])

source/picasso_assembler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class UniformAlloc
3737
int pos = end - size;
3838
if (pos < start) return -1;
3939
bound = pos < bound ? pos : bound;
40+
end = pos;
4041
return pos;
4142
}
4243
};

0 commit comments

Comments
 (0)