Skip to content

Commit 0b4f879

Browse files
authored
Update Opcodes.java
1 parent 5650ed4 commit 0b4f879

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

asm/src/main/java/org/objectweb/asm/Opcodes.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,11 @@ public interface Opcodes {
293293
int V24 = 0 << 16 | 68;
294294
int V25 = 0 << 16 | 69;
295295
int V26 = 0 << 16 | 70;
296+
int V27 = 0 << 16 | 71;
297+
int V28 = 0 << 16 | 72;
298+
int V29 = 0 << 16 | 73;
299+
int V30 = 0 << 16 | 74;
300+
int V31 = 0 << 16 | 75;
296301

297302
/**
298303
* Version flag indicating that the class is using 'preview' features.

0 commit comments

Comments
 (0)