From a952343569f321006d0183ef7ce250e3f8b996cb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 8 Jul 2019 00:24:20 -0400 Subject: * Re-named "Instruction" to "Bytecode". * Re-named "Program" to "Instruction". --- stdlib/source/lux/target/jvm/attribute/code/exception.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source/lux/target/jvm/attribute/code/exception.lux') diff --git a/stdlib/source/lux/target/jvm/attribute/code/exception.lux b/stdlib/source/lux/target/jvm/attribute/code/exception.lux index 003bad74f..b291baf3e 100644 --- a/stdlib/source/lux/target/jvm/attribute/code/exception.lux +++ b/stdlib/source/lux/target/jvm/attribute/code/exception.lux @@ -9,7 +9,7 @@ ["//#" /// #_ [constant (#+ Class)] ["#." index (#+ Index)] - [program + [instruction ["#." jump (#+ Jump)]] [encoding ["#." unsigned (#+ U2)]]]]) -- cgit v1.2.3