From 701d5026c7fa7bcfbce132975db919c83462e584 Mon Sep 17 00:00:00 2001 From: jumormt Date: Thu, 29 Aug 2024 10:35:33 +1000 Subject: [PATCH] sync with SVF --- Assignment-2/Assignment-2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assignment-2/Assignment-2.h b/Assignment-2/Assignment-2.h index 38e9787..a00dd30 100644 --- a/Assignment-2/Assignment-2.h +++ b/Assignment-2/Assignment-2.h @@ -34,7 +34,7 @@ using namespace SVF; class ICFGTraversal { public: - typedef std::vector CallStack; + typedef std::vector CallStack; public: