aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/bytecode.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/jvm/bytecode.lux')
-rw-r--r--stdlib/source/library/lux/target/jvm/bytecode.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/target/jvm/bytecode.lux b/stdlib/source/library/lux/target/jvm/bytecode.lux
index 1e49699c7..b269b69b7 100644
--- a/stdlib/source/library/lux/target/jvm/bytecode.lux
+++ b/stdlib/source/library/lux/target/jvm/bytecode.lux
@@ -116,13 +116,13 @@
(exception.report
["Label" (%.nat label)]))
-(exception: .public (mismatched_environments [instruction Name
+(exception: .public (mismatched_environments [instruction Symbol
label Label
address Address
expected Stack
actual Stack])
(exception.report
- ["Instruction" (%.name instruction)]
+ ["Instruction" (%.symbol instruction)]
["Label" (%.nat label)]
["Address" (/address.format address)]
["Expected" (/stack.format expected)]