mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +00:00
Change a bit the implementation of GAS instruction (fix)
[Delivers #79942174]
This commit is contained in:
parent
00e5afc1a5
commit
e11a9bb61b
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ void GasMeter::checkMemory(llvm::Value* _additionalMemoryInWords, llvm::IRBuilde
|
|||
|
||||
llvm::Value* GasMeter::getGas()
|
||||
{
|
||||
m_builder.CreateLoad(m_gas, "gas");
|
||||
return m_builder.CreateLoad(m_gas, "gas");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue