diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-10 04:08:09 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-10 04:08:09 +0000 |
commit | dfc42106eb8a74422d04f877c2954c8e3fcbd1aa (patch) | |
tree | 12ae60d7b04cbc7c57705daec49637b54063fa40 /test/autowasm.c | |
parent | minor changes (diff) | |
download | faultreiber-dfc42106eb8a74422d04f877c2954c8e3fcbd1aa.tar.gz faultreiber-dfc42106eb8a74422d04f877c2954c8e3fcbd1aa.zip |
update
Diffstat (limited to '')
-rw-r--r-- | test/autowasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/autowasm.c b/test/autowasm.c index 0f81225..02b034c 100644 --- a/test/autowasm.c +++ b/test/autowasm.c @@ -12,7 +12,7 @@ #pragma weak main int main (int argc, char** argv) { int wasm = open("./test.wasm", O_RDONLY); - read_aggr(wasm); + read_aggr_wasm(wasm); printf("magic_number:%x\n", magic_number_container->magic_number); printf("version:%x\n", version_container->version); |