From 39aa260faf12ff46424ea1b32941cf5318b3d2bd Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 1 May 2017 05:00:12 +0300 Subject: [PATCH] Debugger opcode update for ENDFIN --- debugger/duk_opcodes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debugger/duk_opcodes.yaml b/debugger/duk_opcodes.yaml index 88974d5c5c..f7d66b838b 100644 --- a/debugger/duk_opcodes.yaml +++ b/debugger/duk_opcodes.yaml @@ -850,6 +850,8 @@ opcodes: - name: ENDTRY - name: ENDCATCH - name: ENDFIN + args: + - ABC_R - name: THROW args: - BC_R