Skip to content

Commit

Permalink
remove hook attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Apr 7, 2020
1 parent 23361cc commit 82edd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantics/c/language/execution/error.k
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module C-EXECUTION-ERROR-SYNTAX
imports C-DYNAMIC-SORTS
imports ERROR-SYNTAX

syntax List ::= printStackTrace(List, String, Scope, CabsLoc, Map) [function, hook(C_SEMANTICS.printStackTrace)]
syntax List ::= printStackTrace(List, String, Scope, CabsLoc, Map) [function]
endmodule

module C-EXECUTION-ERROR
Expand Down

0 comments on commit 82edd10

Please sign in to comment.