Update 9.9.12-26299
Some checks failed
build / run on ${{ matrix.os }}(${{ matrix.arch }}) (x64, windows-latest) (push) Has been cancelled
build / run on ${{ matrix.os }}(${{ matrix.arch }}) (arm64, ubuntu-latest) (push) Has been cancelled
build / run on ${{ matrix.os }}(${{ matrix.arch }}) (x64, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Simplxs 2024-07-24 12:27:51 +08:00 committed by GitHub
parent e31a7a02b5
commit 6f78a9e295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,8 @@ std::map<std::string, uint64_t> addrMap = {
{"9.9.12-25234", 0xA84980},
{"9.9.12-25300", 0xA84980},
{"9.9.12-25493", 0xA996E0},
{"9.9.12-25765", 0xA9CE90}};
{"9.9.12-25765", 0xA9CE90},
{"9.9.12-26299", 0xA9E5B0}};
#elif defined(_X86_ARCH_)
std::map<std::string, uint64_t> addrMap = {
{"9.9.2-15962", 0x2BD70},