Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 7, 2025
1 parent 8b16944 commit 251b6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/main/scala/org/sireum/anvil/Anvil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ import Anvil._
output.add(F, irProcedurePath(proc.id, proc.tipe, stage, pass, "offset"), proc.prettyST)
pass = pass + 1

proc = anvil.transformStackTraceDesc(mainContext == p.context, p)
proc = anvil.transformStackTraceDesc(mainContext == p.context, proc)
output.add(F, irProcedurePath(proc.id, proc.tipe, stage, pass, "stack-frame-desc"), proc.prettyST)
pass = pass + 1

Expand Down

0 comments on commit 251b6f7

Please sign in to comment.