diff options
author | Eduardo Julian | 2019-07-08 00:24:20 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-07-08 00:24:20 -0400 |
commit | a952343569f321006d0183ef7ce250e3f8b996cb (patch) | |
tree | 5e360dc6b36cf32bf0566b4c4bbe27954e164ce0 /stdlib/source/lux/target/jvm/attribute/code/exception.lux | |
parent | 4db84442d8d1932c330bea1ffdd6ff18447a47de (diff) |
* Re-named "Instruction" to "Bytecode".
* Re-named "Program" to "Instruction".
Diffstat (limited to 'stdlib/source/lux/target/jvm/attribute/code/exception.lux')
-rw-r--r-- | stdlib/source/lux/target/jvm/attribute/code/exception.lux | 2 |
1 files changed, 1 insertions, 1 deletions
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)]]]]) |