aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/method.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/target/jvm/method.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/target/jvm/method.lux b/stdlib/source/lux/target/jvm/method.lux
index d084d26ee..6219a1c1d 100644
--- a/stdlib/source/lux/target/jvm/method.lux
+++ b/stdlib/source/lux/target/jvm/method.lux
@@ -39,7 +39,7 @@
["0010" final]
["0020" synchronized]
["0040" bridge]
- ["0080" var-args]
+ ["0080" var_args]
["0100" native]
["0400" abstract]
["0800" strict]
@@ -54,7 +54,7 @@
@descriptor (//constant/pool.descriptor (//type.descriptor type))
attributes (|> attributes
(monad.seq !)
- (\ ! map row.from-list))
+ (\ ! map row.from_list))
attributes (case code
(#.Some code)
(do !
@@ -70,7 +70,7 @@
#let [bytecode (|> instruction //bytecode/instruction.run format.instance)]
@code (//attribute.code {#//attribute/code.limit (get@ #//bytecode/environment.limit environment)
#//attribute/code.code bytecode
- #//attribute/code.exception-table exceptions
+ #//attribute/code.exception_table exceptions
#//attribute/code.attributes (row.row)})]
(wrap (row.add @code attributes)))