aboutsummaryrefslogtreecommitdiffstats
path: root/test/autowasm.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-04 18:44:21 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-04 18:44:21 +0000
commitb7251595295f7e1c3bf28afe25f6d070400bbcf5 (patch)
tree785c2820bccb164d27c381277e6f127bafa1ba4e /test/autowasm.c
parentupdate (diff)
downloadfaultreiber-b7251595295f7e1c3bf28afe25f6d070400bbcf5.tar.gz
faultreiber-b7251595295f7e1c3bf28afe25f6d070400bbcf5.zip
update
Diffstat (limited to 'test/autowasm.c')
-rw-r--r--test/autowasm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/autowasm.c b/test/autowasm.c
index 7e4150a..b62ad34 100644
--- a/test/autowasm.c
+++ b/test/autowasm.c
@@ -12,6 +12,8 @@
#pragma weak main
int main (int argc, char** argv) {
int wasm = open("./test.wasm", O_RDONLY);
+ malloc_all();
+#if 0
uint64_t test_u = 0U;
int64_t test_s = 0;
unsigned char test_byte;
@@ -35,5 +37,6 @@ int main (int argc, char** argv) {
counter++;
}
printf("\n");
+#endif
return 0;
}