Error on rop_ta

This commit is contained in:
Kameleon
2024-01-27 21:21:14 -06:00
parent 5d8a0c81f7
commit 91e84ef9ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ class Chain900 extends Chain900Base {
const ta_clone = {};
this.ta_clone = ta_clone;
const clone_p = mem.addrof(ta_clone);
const ta_p = mem.addrof(rop_ta);
//const ta_p = mem.addrof(rop_ta);
for (let i = js_size; i < js_ta_size; i += 8) {
clone_p.write64(i, ta_p.read64(i));
+1 -1
View File
@@ -485,7 +485,7 @@ class Chain950 extends Chain950Base {
const ta_clone = {};
this.ta_clone = ta_clone;
const clone_p = mem.addrof(ta_clone);
const ta_p = mem.addrof(rop_ta);
//const ta_p = mem.addrof(rop_ta);
for (let i = js_size; i < js_ta_size; i += 8) {
clone_p.write64(i, ta_p.read64(i));