Skip to content

Commit

Permalink
Merge pull request #151 from jumormt/patch-2
Browse files Browse the repository at this point in the history
Update spec-gap.c
  • Loading branch information
yuleisui authored Sep 9, 2024
2 parents 4594e5f + 8268e64 commit a5a52dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_c_tests/spec-gap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "aliascheck.h"

/// Note that `SyGetmem` is summarized lib function (with side-effect ExtAPI::EFT_ALLOC) in ExtAPI.cpp, we will use SVF's summmary instead of this user defined function
char * SyGetmem ( long size ){}
char * SyGetmem ( long size );

typedef struct TypHeader {
struct TypHeader * * ptr;
Expand Down

0 comments on commit a5a52dc

Please sign in to comment.