mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
A TODO comment
This commit is contained in:
parent
5362d5056d
commit
b98725861d
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ extern "C"
|
||||||
{
|
{
|
||||||
using namespace dev::eth::jit;
|
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 size = _size->a; // Trunc to 64-bit
|
||||||
auto& memory = _rt->getMemory();
|
auto& memory = _rt->getMemory();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue