A TODO comment

This commit is contained in:
Paweł Bylica 2014-12-04 21:05:40 +01:00
parent 5362d5056d
commit b98725861d

View file

@ -211,7 +211,7 @@ extern "C"
{
using namespace dev::eth::jit;
EXPORT byte* mem_resize(Runtime* _rt, i256* _size)
EXPORT byte* mem_resize(Runtime* _rt, i256* _size) // TODO: Use uint64 as size OR use realloc in LLVM IR
{
auto size = _size->a; // Trunc to 64-bit
auto& memory = _rt->getMemory();