Skip to content

Commit

Permalink
Fix dead link to runtime/LibcWrappers.cpp in README.md (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritSeal authored Jul 16, 2024
1 parent 55157ad commit 65a3633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ unsupported libc function is called SymCC can't trace the computations
that happen in the function.
1. Adding the function to the [collection of wrapped libc
functions](https://github.com/eurecom-s3/symcc/blob/master/runtime/LibcWrappers.cpp)
functions](https://github.com/eurecom-s3/symcc-rt/blob/main/src/LibcWrappers.cpp)
and [register the
wrapper](https://github.com/eurecom-s3/symcc/blob/b29dc4db2803830ebf50798e72b336473a567655/compiler/Runtime.cpp#L159)
in the compiler.
Expand Down

0 comments on commit 65a3633

Please sign in to comment.