コード例 #1
0
ファイル: Memory.java プロジェクト: vilay/check
 private static final void assertAligned(Extent value) {
   assertAligned(value.toWord());
 }