From 96311e992fb3e0ca5e12046d9403a72444353462 Mon Sep 17 00:00:00 2001 From: Saketh Reddy <45369057+SpiritSeal@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:13:45 -0400 Subject: [PATCH] Fix dead link to runtime/LibcWrappers.cpp in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2515571..3105758 100644 --- a/README.md +++ b/README.md @@ -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.