Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add nibble, for old times sake
  • Loading branch information
lizmat committed Mar 21, 2015
1 parent 4976e47 commit 8e29ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/natives.pm
Expand Up @@ -12,6 +12,7 @@ my native uint1 is repr('P6int') is Int is nativesize (1) is unsigned { }
my native bit is repr('P6int') is Int is nativesize( 1) is unsigned { }
my native uint2 is repr('P6int') is Int is nativesize( 2) is unsigned { }
my native uint4 is repr('P6int') is Int is nativesize( 4) is unsigned { }
my native nibble is repr('P6int') is Int is nativesize( 4) is unsigned { }
my native uint8 is repr('P6int') is Int is nativesize( 8) is unsigned { }
my native byte is repr('P6int') is Int is nativesize( 8) is unsigned { }
my native uint16 is repr('P6int') is Int is nativesize(16) is unsigned { }
Expand Down

0 comments on commit 8e29ea7

Please sign in to comment.