mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
bugfixes + doc update
This commit is contained in:
parent
77842f9b63
commit
1de39f5d7c
44 changed files with 652 additions and 272 deletions
|
@ -14,7 +14,7 @@
|
|||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with TON Blockchain Library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Copyright 2017-2019 Telegram Systems LLP
|
||||
Copyright 2017-2020 Telegram Systems LLP
|
||||
*/
|
||||
#include "cp0.h"
|
||||
#include "opctable.h"
|
||||
|
@ -29,7 +29,8 @@
|
|||
|
||||
namespace vm {
|
||||
|
||||
const OpcodeTable* init_op_cp0() {
|
||||
const OpcodeTable* init_op_cp0(bool enable_debug) {
|
||||
set_debug_enabled(enable_debug);
|
||||
static const OpcodeTable* static_op_cp0 = [] {
|
||||
auto op_cp0 = new OpcodeTable("TEST CODEPAGE", Codepage::test_cp);
|
||||
register_stack_ops(*op_cp0); // stackops.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue