We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbbd97 commit 39cb6ecCopy full SHA for 39cb6ec
1 file changed
modules/aarch64_patches/bss_interposing/bss_patch.c
@@ -9,10 +9,3 @@ int foo(void)
9
printf("The new value of bss_var is %x\n", bss_var);
10
return 0;
11
}
12
-
13
-/*
14
-int __empty(void)
15
-{
16
- return;
17
-}
18
-*/
0 commit comments