|
|
@@ -86,13 +86,11 @@ export default {
|
|
|
optionalNextFrame.code &&
|
|
|
optionalNextFrame.code.length > 0
|
|
|
) {
|
|
|
- const code = optionalNextFrame.code
|
|
|
- this.currentJVMCode = code
|
|
|
- this.nextActiveCode = code[0]
|
|
|
+ this.currentJVMCode = optionalNextFrame.code
|
|
|
} else if (currentFrame && currentFrame.code) {
|
|
|
this.currentJVMCode = currentFrame.code
|
|
|
- this.nextActiveCode = nextInstruction
|
|
|
}
|
|
|
+ this.nextActiveCode = nextInstruction
|
|
|
}
|
|
|
},
|
|
|
methods: {
|