summaryrefslogtreecommitdiff
path: root/src/interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter.h')
-rw-r--r--src/interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpreter.h b/src/interpreter.h
index 348d4be9..230a753d 100644
--- a/src/interpreter.h
+++ b/src/interpreter.h
@@ -116,7 +116,7 @@ struct InterpreterTable {
WABT_DEFINE_VECTOR(interpreter_table, InterpreterTable);
struct InterpreterMemory {
- void* data;
+ char* data;
Limits page_limits;
uint32_t byte_size; /* Cached from page_limits. */
};