@aptre/v86 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v86.js CHANGED
@@ -19180,6 +19180,7 @@ var CPU = class {
19180
19180
  state[26] = this.flags[0];
19181
19181
  state[27] = this.flags_changed[0];
19182
19182
  state[28] = this.last_op1[0];
19183
+ state[29] = this.last_result[0];
19183
19184
  state[30] = this.last_op_size[0];
19184
19185
  state[37] = this.instruction_pointer[0];
19185
19186
  state[38] = this.previous_ip[0];
@@ -19358,6 +19359,7 @@ var CPU = class {
19358
19359
  this.flags[0] = state[26];
19359
19360
  this.flags_changed[0] = state[27];
19360
19361
  this.last_op1[0] = state[28];
19362
+ if (state[29] !== void 0) this.last_result[0] = state[29];
19361
19363
  this.last_op_size[0] = state[30];
19362
19364
  this.instruction_pointer[0] = state[37];
19363
19365
  this.previous_ip[0] = state[38];