Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add is_unsigned slot to JVM StorageSpec.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent 645b0c3 commit 37c6d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vm/jvm/runtime/org/perl6/nqp/sixmodel/StorageSpec.java
Expand Up @@ -37,5 +37,8 @@ public class StorageSpec {
/* The types that this one can box/unbox to. */
public short can_box;

/* For ints, whether it's an unsigned value. */
public short is_unsigned;

public static final StorageSpec BOXED = new StorageSpec();
}

0 comments on commit 37c6d7f

Please sign in to comment.