aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host/jvm/inst.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/host/jvm/inst.lux')
-rw-r--r--lux-jvm/source/luxc/lang/host/jvm/inst.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-jvm/source/luxc/lang/host/jvm/inst.lux b/lux-jvm/source/luxc/lang/host/jvm/inst.lux
index 1ac0a61cc..fbb6da059 100644
--- a/lux-jvm/source/luxc/lang/host/jvm/inst.lux
+++ b/lux-jvm/source/luxc/lang/host/jvm/inst.lux
@@ -44,9 +44,9 @@
(import: java/lang/Object)
(import: java/lang/String)
-(syntax: (declare [codes (p.many s.local_identifier)])
+(syntax: (declare [codes (p.many s.local_symbol)])
(|> codes
- (list@each (function (_ code) (` ((~' "static") (~ (code.local_identifier code)) (~' int)))))
+ (list@each (function (_ code) (` ((~' "static") (~ (code.local_symbol code)) (~' int)))))
in))
(`` (import: org/objectweb/asm/Opcodes
@@ -174,7 +174,7 @@
)
(template: (!prefix short)
- [(`` ((~~ (template.identifier ["org/objectweb/asm/Opcodes::" short]))))])
+ [(`` ((~~ (template.symbol ["org/objectweb/asm/Opcodes::" short]))))])
(template [<constant>]
[(def: .public <constant>