Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
3812ba61
Commit
3812ba61
authored
Jan 01, 2020
by
Stephanie Gawroriski
Browse files
Add missing long form for DUP_X2 (was missing Ba -> aBa).
parent
48e242a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
runt/libs/tool-classfile/dev/shadowtail/classfile/xlate/JavaStackShuffleType.java
View file @
3812ba61
...
...
@@ -28,7 +28,8 @@ public enum JavaStackShuffleType
DUP_X1
(
"ba:aba"
),
/** dup_x2. */
DUP_X2
(
"cba:acba"
),
DUP_X2
(
"cba:acba"
,
"Ba:aBa"
),
/** dup2. */
DUP2
(
"ba:baba"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment