Skip to content

Commit 82edd10

Browse files
author
Dwight Guth
committed
remove hook attribute
1 parent 23361cc commit 82edd10

File tree

1 file changed

+1
-1
lines changed
  • semantics/c/language/execution

1 file changed

+1
-1
lines changed

semantics/c/language/execution/error.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module C-EXECUTION-ERROR-SYNTAX
66
imports C-DYNAMIC-SORTS
77
imports ERROR-SYNTAX
88

9-
syntax List ::= printStackTrace(List, String, Scope, CabsLoc, Map) [function, hook(C_SEMANTICS.printStackTrace)]
9+
syntax List ::= printStackTrace(List, String, Scope, CabsLoc, Map) [function]
1010
endmodule
1111

1212
module C-EXECUTION-ERROR

0 commit comments

Comments
 (0)