1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix try-catch: save c1, c3 to catch continuation (#1332)

This commit is contained in:
EmelyanenkoK 2024-11-02 18:23:08 +03:00 committed by GitHub
parent a5f1f7d73e
commit 3ce6118c3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -45,7 +45,7 @@ extern std::string generated_from;
constexpr int optimize_depth = 20;
const std::string func_version{"0.4.5"};
const std::string func_version{"0.4.6"};
enum Keyword {
_Eof = -1,