Skip to content

Commit

Permalink
fixing comp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Oct 4, 2024
1 parent ce11553 commit bdaa884
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ object GraphIRReflection {
},
mkMethod(clazz, "powHit", Array[Class[_]](classOf[Base#Ref[_]])) { (obj, args) =>
obj.asInstanceOf[ctx.SigmaDslBuilder].powHit(args(0).asInstanceOf[ctx.Ref[Int]],
args(1).asInstanceOf[ctx.Ref[Coll[Byte]]], args(2).asInstanceOf[ctx.Ref[Coll[Byte]]],
args(3).asInstanceOf[ctx.Ref[Coll[Byte]]], args(4).asInstanceOf[ctx.Ref[Int]])
args(1).asInstanceOf[ctx.Ref[ctx.Coll[Byte]]], args(2).asInstanceOf[ctx.Ref[ctx.Coll[Byte]]],
args(3).asInstanceOf[ctx.Ref[ctx.Coll[Byte]]], args(4).asInstanceOf[ctx.Ref[Int]])
},
mkMethod(clazz, "fromBigEndianBytes", Array[Class[_]](classOf[Base#Ref[_]], classOf[TypeDescs#Elem[_]])) { (obj, args) =>
obj.asInstanceOf[ctx.SigmaDslBuilder].fromBigEndianBytes(args(0).asInstanceOf[ctx.Ref[ctx.Coll[Byte]]])(args(1).asInstanceOf[ctx.Elem[SType]])
Expand Down

0 comments on commit bdaa884

Please sign in to comment.