@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.
@@ -19216,6 +19216,7 @@ var V86Starter = (() => {
19216
19216
  state[26] = this.flags[0];
19217
19217
  state[27] = this.flags_changed[0];
19218
19218
  state[28] = this.last_op1[0];
19219
+ state[29] = this.last_result[0];
19219
19220
  state[30] = this.last_op_size[0];
19220
19221
  state[37] = this.instruction_pointer[0];
19221
19222
  state[38] = this.previous_ip[0];
@@ -19394,6 +19395,7 @@ var V86Starter = (() => {
19394
19395
  this.flags[0] = state[26];
19395
19396
  this.flags_changed[0] = state[27];
19396
19397
  this.last_op1[0] = state[28];
19398
+ if (state[29] !== void 0) this.last_result[0] = state[29];
19397
19399
  this.last_op_size[0] = state[30];
19398
19400
  this.instruction_pointer[0] = state[37];
19399
19401
  this.previous_ip[0] = state[38];