Skip to content

Commit

Permalink
proved enc_Int_PositiveInteger_ConstSize
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Aug 28, 2024
1 parent 790b6ca commit 1f2edaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asn1scala/src/main/scala/asn1scala/asn1jvm_Codec_ACN.scala
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ case class ACN(base: Codec) {
enc_Int_PositiveInteger_ConstSize(intVal.toLong.toRawULong, encodedSizeInBits)
}

@opaque @inlineOnce
// @opaque @inlineOnce
def enc_Int_PositiveInteger_ConstSize(intVal: ULong, encodedSizeInBits: Int): Unit = {
require(encodedSizeInBits >= 0 && encodedSizeInBits <= 64)
/* Get number of bits*/
Expand Down

0 comments on commit 1f2edaf

Please sign in to comment.